Archived
1
0
Fork 0

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:
Liliana Marie Prikler 2021-09-20 21:44:50 +02:00
parent 43cf1fbdd6
commit 6ba2bb92a0
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)