guix-commits
[Top][All Lists]
Advanced

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

72/94: gnu: libxt: Do not build static libraries.


From: guix-commits
Subject: 72/94: gnu: libxt: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:39 -0500 (EST)

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

commit 71a25873f2021822575211ae4ca330c5ff840d1d
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:55:40 2019 +0100

    gnu: libxt: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxt)[arguments]: New field.
---
 gnu/packages/xorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8507b0e..be62a07 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5413,7 +5413,8 @@ draggable titlebars and borders.")
     (arguments
      '(#:configure-flags (list (string-append "--mandir="
                                               (assoc-ref %outputs "doc")
-                                              "/share/man"))))
+                                              "/share/man")
+                               "--disable-static")))
     (propagated-inputs
       `(("libx11" ,libx11)
         ("libice" ,libice)



reply via email to

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