diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 20:40:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:49 +0200 |
commit | 681b579d6d64672307d8538be62de5e1ec1c027a (patch) | |
tree | 25fdc25d37f0088947a13df51cd600683603172c /gnu/packages/tex.scm | |
parent | b5b10f3b3bb765e7339b844cb1b8cbc07e06c6c5 (diff) | |
download | patches-681b579d6d64672307d8538be62de5e1ec1c027a.tar patches-681b579d6d64672307d8538be62de5e1ec1c027a.tar.gz |
gnu: texlive-latex-filemod: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-filemod)[source]: Declare a source
file-name.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4f44b83838..ff21f3f734 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1987,6 +1987,7 @@ without affecting the structure of the list (this works for @code{itemize} and %texlive-tag "/Master/texmf-dist/" "/tex/latex/filemod")) (revision %texlive-revision))) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0vpxilfw69xv78f03g0j0zw0bw4qcn36whqp8phcq48qk1ax2kr2")))) |