diff options
author | Mark H Weaver <[email protected]> | 2016-03-12 15:07:41 -0500 |
---|---|---|
committer | Mark H Weaver <[email protected]> | 2016-03-12 15:07:41 -0500 |
commit | 2c9f0b077018d2cac599bd2f466769cd5ffd3adc (patch) | |
tree | 57471e07a36c096bc9223b2fc76cced32eafa04b /gnu/packages/texlive.scm | |
parent | f5a9103991531d17bd1d5a944dcec1c49fb9f395 (diff) | |
parent | 9591e11a4c87982943c9eb527b3b1d72aab8cc08 (diff) |
Merge branch 'master' into security-updates
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index d8200846ac..cbcb6c87fc 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -64,7 +64,7 @@ (sha256 (base32 "1a3hpcg6x69ysqx432v6sk4alg0x34813cwk41frmvzprdajpyqy")))) -(define-public texlive-bin +(define texlive-bin (package (name "texlive-bin") (version "2015") @@ -166,7 +166,7 @@ This package contains the binaries.") (license (license:fsf-free "http://tug.org/texlive/copying.html")) (home-page "http://www.tug.org/texlive/"))) -(define-public texlive-texmf +(define texlive-texmf (package (name "texlive-texmf") (version "2015") |