On Wed, 9 May 2018 15:22:40 -0500 "Jovany Leandro G.C" wrote: > From 805dff3d4a5460e072dbede7abb2049c64e1453b Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Wed, 9 May 2018 15:15:54 -0500 > Subject: [PATCH] telephony: twinkle fix support for codec speex > > --- > gnu/packages/telephony.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm > index 40e57051e..6b625b5d3 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 Pushed in 81dec5967a1a6dbf1bfbc4b2fd9cf7546349bbfe with a commit message that better fits our standards. Thanks! `~Eric