guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26262: [PATCH 2/2] gnu: mumble: Fix build after speex update.


From: Marius Bakke
Subject: bug#26262: [PATCH 2/2] gnu: mumble: Fix build after speex update.
Date: Sun, 26 Mar 2017 10:16:57 +0200

* 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 87261825c..377ad6fed 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)
-- 
2.12.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]