diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 20:33:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:47 +0200 |
commit | b749aa98807b980040e478a498af9a3511b92241 (patch) | |
tree | 7dc13ca5c2f52a1ee7cf015848c2fcc2896f4ce0 /gnu | |
parent | f4a39a5b2fbe81e994dcf73b647db197cefd5a53 (diff) | |
download | guix-b749aa98807b980040e478a498af9a3511b92241.tar.gz guix-b749aa98807b980040e478a498af9a3511b92241.zip |
gnu: texlive-latex-l3packages: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-l3packages)[source]: Declare a
source 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 06282b01d4..439e7a2ec0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1398,6 +1398,7 @@ that the LaTeX3 conventions can be used with regular LaTeX 2e packages.") (source (origin (method svn-fetch) (uri (texlive-ref "latex" "l3packages")) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "16jplkvzdysfssijq9l051nsks65c2nrarsl17k8gjhc28yznj8y")))) |