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

* gnu/packages/tex.scm (texlive-latex-anysize)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:45:12 +02:00
parent 88ae1921d8
commit de4eb4d1c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2571,6 +2571,7 @@ does not affect @code{\\tt}, @code{\\texttt}, etc.")
%texlive-tag "/Master/texmf-dist/" %texlive-tag "/Master/texmf-dist/"
"/tex/latex/anysize")) "/tex/latex/anysize"))
(revision %texlive-revision))) (revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb")))) "19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb"))))