guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: texlive: Make texlive-bin and texlive-texmf private.


From: Andreas Enge
Subject: 04/04: gnu: texlive: Make texlive-bin and texlive-texmf private.
Date: Wed, 09 Mar 2016 21:37:07 +0000

andreas pushed a commit to branch master
in repository guix.

commit 8bcdc23fd0476ed56a91cb8a4c0a115fd7194e2d
Author: Andreas Enge <address@hidden>
Date:   Wed Mar 9 22:31:23 2016 +0100

    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.
---
 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 d820084..cbcb6c8 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]