gnu: texlive-latex-xkeyval: Declare source file-name.

* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name.
This commit is contained in:
Efraim Flashner 2019-11-13 12:45:14 +02:00
parent e0c0b0786a
commit 04f46e5dbe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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