gnu: twinkle: Fix support for codec speex
* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
This commit is contained in:
parent
362f3bf354
commit
81dec5967a
|
@ -509,6 +509,7 @@ Mumble consists of two applications for separate usage:
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue