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

* gnu/packages/tex.scm (texlive-latex-l3kernel)[source]: Declare a
source file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:32:50 +02:00
parent a26207f879
commit f4a39a5b2f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1374,6 +1374,7 @@ (define-public texlive-latex-l3kernel
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "l3kernel"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0r0wfk594j8wkdqhh21haimwsfq8x5jch4ldm21hkzk5dnmvpbg6"))))