gnu: texlive-latex-xkeyval: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name.
This commit is contained in:
parent
e0c0b0786a
commit
04f46e5dbe
1 changed files with 1 additions and 0 deletions
|
|
@ -7222,6 +7222,7 @@ are part of the LaTeX required tools distribution, comprising the packages:
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "latex" "xkeyval"))
|
(uri (texlive-ref "latex" "xkeyval"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wancavix39j240pd8m9cgmwsijwx6jd6n54v8wg0x2rk5m44myp"))))
|
"0wancavix39j240pd8m9cgmwsijwx6jd6n54v8wg0x2rk5m44myp"))))
|
||||||
|
|
|
||||||
Reference in a new issue