mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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 @@ (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"))))
|
||||
|
|
Loading…
Reference in a new issue