diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-20 21:44:50 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-20 21:49:36 +0200 |
commit | 6ba2bb92a05c4bb85a515b27d7bd71ac5f8d27d3 (patch) | |
tree | 84f98e8137492292b683c89e09ceeda1acfe17c8 /gnu/packages | |
parent | 43cf1fbdd6bcbeedd3adebf5e0300746d9da0431 (diff) | |
download | guix-6ba2bb92a05c4bb85a515b27d7bd71ac5f8d27d3.tar.gz guix-6ba2bb92a05c4bb85a515b27d7bd71ac5f8d27d3.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |