3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libgsf: Do not build the static library.

* gnu/packages/gnome.scm (libgsf)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-03-17 11:23:46 +01:00
parent 0a1559cc87
commit 23904adbbb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)