guix-commits
[Top][All Lists]
Advanced

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

60/94: gnu: libxtst: Do not build static libraries.


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

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

commit 2d4d56fc690f431bb9ed0bf41fde5c00f7283963
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:50:48 2019 +0100

    gnu: libxtst: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxtst)[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 a88e446..89d5f8d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4703,6 +4703,8 @@ cannot be adequately worked around on the client side of 
the wire.")
           (base32
             "012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (propagated-inputs
      `(("libxi" ,libxi)
        ("xorgproto" ,xorgproto)))



reply via email to

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