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/telephony.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/telephony.scm') diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 1cf2fa8edf..426ccad723 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -658,7 +658,7 @@ address of one of the participants.") (inputs (list avahi boost - libsndfile/fixed + libsndfile libxi mesa ; avoid bundled openssl -- cgit v1.2.3