diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-26 10:09:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-26 23:47:38 +0200 |
commit | b5a1359d44a66000267cd648f46ad578890a89f0 (patch) | |
tree | 5181c475d06b11e5f97e94518c92994f60f8e211 /gnu | |
parent | 01229cbe16802616880ead1742e27cb120480e3c (diff) | |
download | guix-b5a1359d44a66000267cd648f46ad578890a89f0.tar guix-b5a1359d44a66000267cd648f46ad578890a89f0.tar.gz |
gnu: mumble: Fix build after speex update.
* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telephony.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 87261825c5..377ad6fed5 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -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) |