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.master
parent
fde6060347
commit
8bcdc23fd0
|
@ -64,7 +64,7 @@
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1a3hpcg6x69ysqx432v6sk4alg0x34813cwk41frmvzprdajpyqy"))))
|
"1a3hpcg6x69ysqx432v6sk4alg0x34813cwk41frmvzprdajpyqy"))))
|
||||||
|
|
||||||
(define-public texlive-bin
|
(define texlive-bin
|
||||||
(package
|
(package
|
||||||
(name "texlive-bin")
|
(name "texlive-bin")
|
||||||
(version "2015")
|
(version "2015")
|
||||||
|
@ -166,7 +166,7 @@ This package contains the binaries.")
|
||||||
(license (license:fsf-free "http://tug.org/texlive/copying.html"))
|
(license (license:fsf-free "http://tug.org/texlive/copying.html"))
|
||||||
(home-page "http://www.tug.org/texlive/")))
|
(home-page "http://www.tug.org/texlive/")))
|
||||||
|
|
||||||
(define-public texlive-texmf
|
(define texlive-texmf
|
||||||
(package
|
(package
|
||||||
(name "texlive-texmf")
|
(name "texlive-texmf")
|
||||||
(version "2015")
|
(version "2015")
|
||||||
|
|
Reference in New Issue