summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2020-12-31 00:07:24 -0500
committerDanny Milosavljevic <dannym@scratchpost.org>2021-01-03 17:30:29 +0100
commit1b80f6703cedb0325c46edad87f27a44d67d17d0 (patch)
tree6db9818954b621540699c2152d8c4531dd1094bd /gnu/packages
parent80ecda973bbdc9d812958637599999bd66c19f8c (diff)
downloadguix-1b80f6703cedb0325c46edad87f27a44d67d17d0.tar.gz
gnu: pidgin: Enable CAP.
* gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags>
[--enable-cap]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/messaging.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7a3ee030d4..eaeec90cdf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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