mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 03:30:30 +02:00
gnu: opusfile: Do not build static libraries.
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
This commit is contained in:
@@ -420,6 +420,8 @@ decoding .opus files.")
|
||||
(base32
|
||||
"02smwc5ah8nb3a67mnkjzqmrzk43j356hgj2a97s9midq40qd38i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
;; Required by opusfile.pc and opusurl.pc.
|
||||
(propagated-inputs
|
||||
`(("libogg" ,libogg)
|
||||
|
||||
Reference in New Issue
Block a user