[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: mumble: Use fixed libsndfile.
From: |
guix-commits |
Subject: |
02/02: gnu: mumble: Use fixed libsndfile. |
Date: |
Mon, 20 Sep 2021 15:56:11 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 6ba2bb92a05c4bb85a515b27d7bd71ac5f8d27d3
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Sep 20 21:44:50 2021 +0200
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(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index f75a168..48bbe12 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)