mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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 @@ (define-public pidgin
|
|||
`(#:configure-flags
|
||||
(list
|
||||
"--disable-gtkspell"
|
||||
;; "--enable-gevolution"
|
||||
"--enable-cap"
|
||||
"--disable-tcl"
|
||||
"--enable-mono"
|
||||
"--disable-vv" ; XXX remove when we have farstream and gstreamer
|
||||
|
|
Loading…
Reference in a new issue