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

* gnu/packages/tex.scm (texlive-latex-eepic)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 21:02:42 +02:00
parent 2678a63b23
commit 84d6364314
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3062,6 +3062,7 @@ (define-public texlive-latex-eepic
%texlive-tag "/Master/texmf-dist/"
"/tex/latex/eepic"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1c68gvh021pvybg07apsd2xhq2ljbg80kq94wh71drdga3c2zqjw"))))