gnu: speex: Do not build static libraries.
* gnu/packages/xiph.scm (speex)[arguments]: New field.master
parent
1e667df433
commit
29256cbef3
|
@ -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
|
||||
|
|
Reference in New Issue