gnu: libsndfile: Add opus support.
* gnu/packages/pulseaudio.scm (libsndfile)[inputs]: Move libvorbis, libogg, flac ... [propagated-inputs]: ... to here. Add opus. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
86cf4c0396
commit
4c9a756ed9
1 changed files with 4 additions and 3 deletions
|
@ -99,10 +99,11 @@
|
||||||
(("^/usr/bin/env") "env"))
|
(("^/usr/bin/env") "env"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("libvorbis" ,libvorbis)
|
`(("flac" ,flac)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
("flac" ,flac)))
|
("libvorbis" ,libvorbis)
|
||||||
|
("opus" ,opus)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
|
|
Reference in a new issue