diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 12:46:32 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 12:49:22 +0200 |
commit | 4c08aa57400424b09ee506290e05a8f3869d143f (patch) | |
tree | 24a37df6370ce383f4914d38acdb5651b8ab4761 /gnu | |
parent | dc08ede8b55da537daa80a8829ac85982d6902c0 (diff) | |
download | guix-4c08aa57400424b09ee506290e05a8f3869d143f.tar.gz guix-4c08aa57400424b09ee506290e05a8f3869d143f.zip |
gnu: texlive-standalone: Declare source file-name.
* gnu/packages/tex.scm (texlive-standalone)[source]: Use file-name.
Diffstat (limited to 'gnu')
-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 27b04a6ab1..8c6e7dc633 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7302,6 +7302,7 @@ keys.") (origin (method svn-fetch) (uri (texlive-ref "latex" "standalone")) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "192ydxcn8ir96q8qwvnppksmqf5i0p50i0wz6iqazbwmh3dqxpx4")))) |