guix-commits
[Top][All Lists]
Advanced

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

60/63: gnu: texlive-texmf: Mark as non-substitutable.


From: Mark H. Weaver
Subject: 60/63: gnu: texlive-texmf: Mark as non-substitutable.
Date: Thu, 4 Aug 2016 07:44:59 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit a348af403dc082cdf3d9f96572eea90590bb86e6
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 1 19:00:43 2016 +0200

    gnu: texlive-texmf: Mark as non-substitutable.
    
    * gnu/packages/tex.scm (texlive-texmf)[arguments]: Add #:substitutable?.
---
 gnu/packages/tex.scm |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bbbaf43..8501792 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -187,6 +187,11 @@ This package contains the binaries.")
     `(#:modules ((guix build gnu-build-system)
                  (guix build utils)
                  (srfi srfi-26))
+
+      ;; This package takes 4 GiB, which we can't afford to distribute from
+      ;; our servers.
+      #:substitutable? #f
+
       #:phases
         (modify-phases (map (cut assq <> %standard-phases)
                             '(set-paths unpack patch-source-shebangs))
@@ -301,7 +306,8 @@ This package contains the complete TeX Live distribution.")
 
 
 ;; texlive-texmf-minimal is a pruned, small version of the texlive tree,
-;; in particular dropping documentation and fonts.
+;; in particular dropping documentation and fonts.  It weighs in at 470 MiB
+;; instead of 4 GiB.
 (define texlive-texmf-minimal
   (package (inherit texlive-texmf)
    (name "texlive-texmf-minimal")



reply via email to

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