gnu: texlive-latex-filemod: Declare a source file-name.

* gnu/packages/tex.scm (texlive-latex-filemod)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:40:33 +02:00
parent b5b10f3b3b
commit 681b579d6d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1987,6 +1987,7 @@ (define-public texlive-latex-filemod
%texlive-tag "/Master/texmf-dist/"
"/tex/latex/filemod"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0vpxilfw69xv78f03g0j0zw0bw4qcn36whqp8phcq48qk1ax2kr2"))))