summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-14 20:33:25 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:16:47 +0200
commitb749aa98807b980040e478a498af9a3511b92241 (patch)
tree7dc13ca5c2f52a1ee7cf015848c2fcc2896f4ce0 /gnu/packages/tex.scm
parentf4a39a5b2fbe81e994dcf73b647db197cefd5a53 (diff)
downloadpatches-b749aa98807b980040e478a498af9a3511b92241.tar
patches-b749aa98807b980040e478a498af9a3511b92241.tar.gz
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/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm1
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"))))