me
/
guix
Archived
1
0
Fork 0

gnu: libgsf: Do not build the static library.

* gnu/packages/gnome.scm (libgsf)[arguments]: New field.
master
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
1 changed files with 2 additions and 0 deletions

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)