gnu: texlive-generic-ifxetex: Use %texlive-revision as version.

* gnu/packages/tex.scm (texlive-generic-ifxetex)[version]: Change to
%texlive-revision.
master
Ricardo Wurmus 2017-06-19 08:18:35 +02:00
parent 96c336be07
commit fea8eef34b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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"))