me
/
guix
Archived
1
0
Fork 0

gnu: opusfile: Do not build static libraries.

* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
Marius Bakke 2020-06-27 15:38:44 +02:00
parent fb6b40b02e
commit 75ebc650c8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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)