From 6ba2bb92a05c4bb85a515b27d7bd71ac5f8d27d3 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Mon, 20 Sep 2021 21:44:50 +0200 Subject: gnu: mumble: Use fixed libsndfile. OGG support is needed for built-in sounds to play. * gnu/packages/telephony.scm (mumble)[inputs]: Use libsndfile/fixed for libsndfile. --- 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 f75a168948..48bbe12920 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -636,7 +636,7 @@ address of one of the participants.") (inputs `(("avahi" ,avahi) ("boost" ,boost) - ("libsndfile" ,libsndfile) + ("libsndfile" ,libsndfile/fixed) ("libxi" ,libxi) ("mesa" ,mesa) ; avoid bundled ("openssl" ,openssl) -- cgit v1.2.3