gnu: libgsf: Do not build the static library.
* gnu/packages/gnome.scm (libgsf)[arguments]: New field.master
parent
0a1559cc87
commit
23904adbbb
|
@ -2065,6 +2065,8 @@ XML/CSS rendering engine.")
|
||||||
(base32
|
(base32
|
||||||
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
|
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
|
Reference in New Issue