diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:02:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:52 +0200 |
commit | 84d636431420dd8a2a4868a2fdc8549f626f7c5f (patch) | |
tree | ec640d935fb8bf5edc2793081f4eb09d165c3509 /gnu/packages/tex.scm | |
parent | 2678a63b23c98cc0bc0edcdad072cfecadf16032 (diff) | |
download | patches-84d636431420dd8a2a4868a2fdc8549f626f7c5f.tar patches-84d636431420dd8a2a4868a2fdc8549f626f7c5f.tar.gz |
gnu: texlive-latex-eepic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eepic)[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 93efc5dddc..a7bed5cfaa 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3062,6 +3062,7 @@ routine, which may be used to place the output at fixed positions. The %texlive-tag "/Master/texmf-dist/" "/tex/latex/eepic")) (revision %texlive-revision))) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "1c68gvh021pvybg07apsd2xhq2ljbg80kq94wh71drdga3c2zqjw")))) |