mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Eric Bavier
parent
362f3bf354
commit
81dec5967a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user