summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-03-26 10:09:15 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-03-26 23:47:38 +0200
commitb5a1359d44a66000267cd648f46ad578890a89f0 (patch)
tree5181c475d06b11e5f97e94518c92994f60f8e211 /gnu
parent01229cbe16802616880ead1742e27cb120480e3c (diff)
downloadguix-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.scm1
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)