gnu: pidgin: Enable CAP.
* gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags> [--enable-cap]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
80ecda973b
commit
1b80f6703c
1 changed files with 2 additions and 0 deletions
|
@ -792,6 +792,8 @@ authentication.")
|
|||
`(#:configure-flags
|
||||
(list
|
||||
"--disable-gtkspell"
|
||||
;; "--enable-gevolution"
|
||||
"--enable-cap"
|
||||
"--disable-tcl"
|
||||
"--enable-mono"
|
||||
"--disable-vv" ; XXX remove when we have farstream and gstreamer
|
||||
|
|
Reference in a new issue