guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: texlive-bin: Do not build static libraries.


From: guix-commits
Subject: 05/08: gnu: texlive-bin: Do not build static libraries.
Date: Mon, 13 Jan 2020 18:19:26 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 46fd83031e72a0795ee8380a1e0285746e031c55
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 9 22:38:01 2020 +0100

    gnu: texlive-bin: Do not build static libraries.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in
     #:configure-flags.
---
 gnu/packages/tex.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 644b455..3653e1d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -314,7 +314,8 @@ copied to their outputs; otherwise the TEXLIVE-BUILD-SYSTEM 
is used."
    (arguments
     `(#:out-of-source? #t
       #:configure-flags
-       `("--disable-native-texlive-build"
+       '("--disable-static"
+         "--disable-native-texlive-build"
          "--with-system-cairo"
          "--with-system-freetype2"
          "--with-system-gd"



reply via email to

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