rekado pushed a commit to branch master
in repository guix.

commit 4c013867b6aca6ea2cd968b241bb8017665c1373
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Fri Jul 30 22:32:40 2021 +0200

    gnu: Add libsndfile/fixed.
    
    * gnu/packages/pulseaudio.scm (libsndfile/fixed): New variable.
---
 gnu/packages/pulseaudio.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ea61dd8..639d33f 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -121,6 +121,17 @@ SPARC.  Hopefully the design of the library will also make 
it easy to extend
 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)

Reply via email to