1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

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:
Ricardo Wurmus
2017-06-19 08:18:35 +02:00
parent 96c336be07
commit fea8eef34b
+1 -1
View File
@@ -835,7 +835,7 @@ overwrite existing files and letting you use @code{filecontents} /
(define-public texlive-generic-ifxetex
(package
(name "texlive-generic-ifxetex")
(version "0.6")
(version (number->string %texlive-revision))
(source (origin
(method svn-fetch)
(uri (texlive-ref "generic" "ifxetex"))