guix-commits
[Top][All Lists]
Advanced

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

73/94: gnu: libxaw: Do not build static libraries.


From: guix-commits
Subject: 73/94: gnu: libxaw: 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 9a81d1492fe4124f8458020d5f7888b2a675a770
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:55:59 2019 +0100

    gnu: libxaw: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxaw)[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 be62a07..8158a7b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5444,6 +5444,8 @@ draggable titlebars and borders.")
           (base32
             "1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (propagated-inputs
       `(("libxext" ,libxext)
         ("libxmu" ,libxmu)



reply via email to

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