mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: texlive-bin: Export variable.
This is needed by the texlive build system. * gnu/packages/tex.scm (texlive-bin): Export variable.
This commit is contained in:
parent
a512ca81e8
commit
3abe72bdb4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ (define texlive-texmf-src
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1dv8vgfzpczqw82hv9g7a8djhhyzywljmrarlcyy6g2qi5q51glr"))))
|
"1dv8vgfzpczqw82hv9g7a8djhhyzywljmrarlcyy6g2qi5q51glr"))))
|
||||||
|
|
||||||
(define texlive-bin
|
(define-public texlive-bin
|
||||||
(package
|
(package
|
||||||
(name "texlive-bin")
|
(name "texlive-bin")
|
||||||
(version "2016")
|
(version "2016")
|
||||||
|
|
Loading…
Reference in a new issue