From 3690f6c7a923d680bb26e645377f5d14e21824be Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 29 Dec 2021 18:28:09 -0500 Subject: gnu: Remove leftover libsndfile/fixed package. This package was equivalent to the libsndfile package, differing only in the order of its inputs. * gnu/packages/pulseaudio.scm (libsndfile/fixed): Remove variable. * gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile/fixed with libsndfile. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise. --- gnu/packages/pulseaudio.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gnu/packages/pulseaudio.scm') diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 5cda29789f..fe028b5202 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm @@ -121,14 +121,6 @@ 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 - (list libvorbis libogg flac opus)))) - (define-public libsamplerate (package (name "libsamplerate") ; aka. Secret Rabbit Code (SRC) -- cgit v1.2.3