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.
This commit is contained in:
parent
43cf1fbdd6
commit
6ba2bb92a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue