[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: mumble: Fix build after speex update.
From: |
Marius Bakke |
Subject: |
02/02: gnu: mumble: Fix build after speex update. |
Date: |
Sun, 26 Mar 2017 17:48:37 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit b5a1359d44a66000267cd648f46ad578890a89f0
Author: Marius Bakke <address@hidden>
Date: Sun Mar 26 10:09:15 2017 +0200
gnu: mumble: Fix build after speex update.
* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
---
gnu/packages/telephony.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 8726182..377ad6f 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)