mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public libsndfile
|
|||
(("^/usr/bin/env") "env"))
|
||||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libvorbis" ,libvorbis)
|
||||
(propagated-inputs
|
||||
`(("flac" ,flac)
|
||||
("libogg" ,libogg)
|
||||
("flac" ,flac)))
|
||||
("libvorbis" ,libvorbis)
|
||||
("opus" ,opus)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python)))
|
||||
|
|
Loading…
Reference in a new issue