gnu: Add libsndfile/fixed.

* gnu/packages/pulseaudio.scm (libsndfile/fixed): New variable.
This commit is contained in:
Ricardo Wurmus 2021-07-30 22:32:40 +02:00
parent 7041abe38a
commit 4c013867b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -121,6 +121,17 @@ (define-public libsndfile
for reading and writing new sound file formats.")
(license l:gpl2+)))
;; Remove this on core-updates
(define-public libsndfile/fixed
(package
(inherit libsndfile)
(inputs '())
(propagated-inputs
`(("libvorbis" ,libvorbis)
("libogg" ,libogg)
("flac" ,flac)
("opus" ,opus)))))
(define-public libsamplerate
(package
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)