diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-09 22:31:23 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-09 22:36:45 +0100 |
commit | 8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d (patch) | |
tree | 3268b167eb0011c497398d46a79e57061c57d4d1 /gnu/packages/texlive.scm | |
parent | fde60603474cc7665b226436ecf7f75edf6219a5 (diff) | |
download | gnu-guix-8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d.tar gnu-guix-8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d.tar.gz |
gnu: texlive: Make texlive-bin and texlive-texmf private.
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Define the variables
as non-public; they should not be installed into a profile.
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") |