mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: texlive-latex-xmpincl: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-xmpincl)[source]: Use file-name.
This commit is contained in:
parent
e34a17e410
commit
97656fc937
1 changed files with 1 additions and 0 deletions
|
@ -7002,6 +7002,7 @@ (define-public texlive-latex-xmpincl
|
|||
(origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "xmpincl"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lq3dfb4fsw955gjwllnk7cg00ciq5mva64mlpbva6g2jz117734"))))
|
||||
|
|
Loading…
Reference in a new issue