mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: libgsf: Do not build the static library.
* gnu/packages/gnome.scm (libgsf)[arguments]: New field.
This commit is contained in:
parent
0a1559cc87
commit
23904adbbb
1 changed files with 2 additions and 0 deletions
|
@ -2065,6 +2065,8 @@ (define-public libgsf
|
|||
(base32
|
||||
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue