Skip to content
Snippets Groups Projects
Unverified Commit 81dec596 authored by Jovany Leandro G.C's avatar Jovany Leandro G.C Committed by Eric Bavier
Browse files

gnu: twinkle: Fix support for codec speex


* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags.

Signed-off-by: default avatarEric Bavier <bavier@member.fsf.org>
parent 362f3bf3
No related branches found
No related tags found
No related merge requests found
...@@ -509,6 +509,7 @@ (define-public twinkle ...@@ -509,6 +509,7 @@ (define-public twinkle
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target
#:configure-flags '("-DWITH_SPEEX=On")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'wrap-executable (add-after 'install 'wrap-executable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment