diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 20:36:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:48 +0200 |
commit | 43059ed01a7123372919b4f319efb81f4bfb338b (patch) | |
tree | 70d3f3294793f65ccc4143c2d9691175f5bd9b78 /gnu | |
parent | 320c771ade32da53ec9b5131d4c3d335c21f81af (diff) | |
download | guix-43059ed01a7123372919b4f319efb81f4bfb338b.tar.gz guix-43059ed01a7123372919b4f319efb81f4bfb338b.zip |
gnu: texlive-latex-amscls: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amscls)[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 12c8722df2..2b2961ddd7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1539,6 +1539,7 @@ definitions.") (source (origin (method svn-fetch) (uri (texlive-ref "latex" "amscls")) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0jmcr37mcdi7drczppvr6lmz5d5yd9m67ii79gp2nglg1xpw934j")))) |