mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-11 04:24:08 +02:00
gnu: speex: Do not build static libraries.
* gnu/packages/xiph.scm (speex)[arguments]: New field.
This commit is contained in:
@@ -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
Block a user