summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:09:56 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:16:54 +0200
commitde20fd6a3aedf0f2d75d02d49573477a909dca19 (patch)
tree48c4cc47021f7997ae612f15b20fdd153af8ec1d /gnu/packages/tex.scm
parent0475e35c59eac4ad3f2efa8d8c25066dfea302f7 (diff)
downloadpatches-de20fd6a3aedf0f2d75d02d49573477a909dca19.tar
patches-de20fd6a3aedf0f2d75d02d49573477a909dca19.tar.gz
gnu: texlive-latex-lh: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-lh)[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 0973619bf5..324161c4df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3604,6 +3604,7 @@ now contains a package @code{fix-cm},f which performs the task of
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "lh"))
+ (file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"00gdiwh3sfhh1iimjhpja7lm7k4vzqzql2irgwnpz94qvh25zwi5"))))