gnu: texlive-generic-ifxetex: Use %texlive-revision as version.
* gnu/packages/tex.scm (texlive-generic-ifxetex)[version]: Change to %texlive-revision.
This commit is contained in:
parent
96c336be07
commit
fea8eef34b
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ overwrite existing files and letting you use @code{filecontents} /
|
||||||
(define-public texlive-generic-ifxetex
|
(define-public texlive-generic-ifxetex
|
||||||
(package
|
(package
|
||||||
(name "texlive-generic-ifxetex")
|
(name "texlive-generic-ifxetex")
|
||||||
(version "0.6")
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "generic" "ifxetex"))
|
(uri (texlive-ref "generic" "ifxetex"))
|
||||||
|
|
Reference in a new issue