bavier pushed a commit to branch master
in repository guix.

commit 81dec5967a1a6dbf1bfbc4b2fd9cf7546349bbfe
Author: Jovany Leandro G.C <bit4...@riseup.net>
Date:   Wed May 9 15:22:40 2018 -0500

    gnu: twinkle: Fix support for codec speex
    
    * gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags.
    
    Signed-off-by: Eric Bavier <bav...@member.fsf.org>
---
 gnu/packages/telephony.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 40e5705..6b625b5 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -509,6 +509,7 @@ Mumble consists of two applications for separate usage:
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f ; no test target
+      #:configure-flags '("-DWITH_SPEEX=On")
       #:phases
       (modify-phases %standard-phases
          (add-after 'install 'wrap-executable

Reply via email to