gnu: speex: Do not build static libraries.

* gnu/packages/xiph.scm (speex)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-11 20:11:01 +01:00
parent 1e667df433
commit 29256cbef3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -143,6 +143,8 @@ (define speex
(base32 (base32
"150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa")))) "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
(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)))
(inputs (inputs