gnu: mumble: Fix build after speex update.
* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
This commit is contained in:
parent
01229cbe16
commit
b5a1359d44
|
@ -411,6 +411,7 @@ address of one of the participants.")
|
|||
("boost" ,boost)
|
||||
("opus" ,opus)
|
||||
("speex" ,speex)
|
||||
("speexdsp" ,speexdsp)
|
||||
("speech-dispatcher" ,speech-dispatcher)
|
||||
("libx11" ,libx11)
|
||||
("libxi" ,libxi)
|
||||
|
|
Loading…
Reference in New Issue