me
/
guix
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.
master
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
1 changed files with 1 additions and 1 deletions

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)