gnu: texlive-latex-lh: Declare a source file-name.

* gnu/packages/tex.scm (texlive-latex-lh)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 21:09:56 +02:00
parent 0475e35c59
commit de20fd6a3a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3604,6 +3604,7 @@ (define-public texlive-latex-lh
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "lh"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"00gdiwh3sfhh1iimjhpja7lm7k4vzqzql2irgwnpz94qvh25zwi5"))))