mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: opusfile: Do not build static libraries.
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
This commit is contained in:
parent
fb6b40b02e
commit
75ebc650c8
1 changed files with 2 additions and 0 deletions
|
@ -420,6 +420,8 @@ (define opusfile
|
|||
(base32
|
||||
"02smwc5ah8nb3a67mnkjzqmrzk43j356hgj2a97s9midq40qd38i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
;; Required by opusfile.pc and opusurl.pc.
|
||||
(propagated-inputs
|
||||
`(("libogg" ,libogg)
|
||||
|
|
Loading…
Reference in a new issue