gnu: texlive-latex-lh: Declare a source file-name.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 14 Mar 2018 19:09:56 +0000 (21:09 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 14 Mar 2018 19:16:54 +0000 (21:16 +0200)
* gnu/packages/tex.scm (texlive-latex-lh)[source]: Declare a source
file-name.

gnu/packages/tex.scm

index 0973619..324161c 100644 (file)
@@ -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"))))