me
/
guix
Archived
1
0
Fork 0

gnu: speex: Do not build static libraries.

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

View File

@ -143,6 +143,8 @@ compressed video format.")
(base32
"150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs