gnu: texlive-generic-ifxetex: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-ifxetex)[source]: Declare a source file-name.
This commit is contained in:
parent
7e353a7783
commit
24dbc6023b
|
@ -1062,6 +1062,7 @@ overwrite existing files and letting you use @code{filecontents} /
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "generic" "ifxetex"))
|
(uri (texlive-ref "generic" "ifxetex"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w2xj7n0szavj329kds09q626szkc378p3w0sk022q0ln4ksz86d"))))
|
"0w2xj7n0szavj329kds09q626szkc378p3w0sk022q0ln4ksz86d"))))
|
||||||
|
|
Loading…
Reference in New Issue