me
/
guix
Archived
1
0
Fork 0

gnu: texlive-generic-epsf: Declare a source file-name.

* gnu/packages/tex.scm (texlive-generic-epsf)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-14 20:24:29 +02:00
parent 24dbc6023b
commit ca61c6b323
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1091,6 +1091,7 @@ requires the e-TeX extensions to the TeX primitive set.")
%texlive-tag "/Master/texmf-dist/" %texlive-tag "/Master/texmf-dist/"
"/tex/generic/epsf")) "/tex/generic/epsf"))
(revision %texlive-revision))) (revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"14w3j81ympyvg8hkk9i1xgr8a0gfnfsb2ki8qqsk5pa051za1xcy")))) "14w3j81ympyvg8hkk9i1xgr8a0gfnfsb2ki8qqsk5pa051za1xcy"))))