guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: libgsf: Do not build the static library.


From: guix-commits
Subject: 08/11: gnu: libgsf: Do not build the static library.
Date: Wed, 18 Mar 2020 14:24:20 -0400 (EDT)

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

commit 23904adbbb3d869e5b2faae805d432bf6e802376
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 17 11:23:46 2020 +0100

    gnu: libgsf: Do not build the static library.
    
    * gnu/packages/gnome.scm (libgsf)[arguments]: New field.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13ffa75..ff3aa00 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2065,6 +2065,8 @@ XML/CSS rendering engine.")
                (base32
                 "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gettext" ,gettext-minimal)



reply via email to

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