guix-commits
[Top][All Lists]
Advanced

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

45/94: gnu: libxi: Do not build static libraries.


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

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

commit 0e48722212e37872e5a8211811fe7381b57a235e
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:25:47 2019 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8b7aa12..e1e156f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4955,6 +4955,8 @@ new API's in libXft, or the legacy API's in libX11.")
           (base32
             "0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (propagated-inputs
       `(("xorgproto" ,xorgproto)
         ("libx11" ,libx11)



reply via email to

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