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.master
parent
43cf1fbdd6
commit
6ba2bb92a0
|
@ -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 New Issue