mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: pidgin: Enable meanwhile.
* gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile. [arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d02ada47f8
commit
80ecda973b
1 changed files with 1 additions and 2 deletions
|
@ -773,7 +773,7 @@ (define-public pidgin
|
|||
("libxscrnsaver" ,libxscrnsaver)
|
||||
("libxslt" ,libxslt)
|
||||
;; ("libzephyr" ,libzephyr)
|
||||
;; ("meanwhile" ,meanwhile)
|
||||
("meanwhile" ,meanwhile)
|
||||
("mono" ,mono)
|
||||
("ncurses" ,ncurses)
|
||||
("network-manager" ,network-manager)
|
||||
|
@ -793,7 +793,6 @@ (define-public pidgin
|
|||
(list
|
||||
"--disable-gtkspell"
|
||||
"--disable-tcl"
|
||||
"--disable-meanwhile"
|
||||
"--enable-mono"
|
||||
"--disable-vv" ; XXX remove when we have farstream and gstreamer
|
||||
"--disable-gstreamer" ; XXX patches needed to support gstreamer-1.0
|
||||
|
|
Loading…
Reference in a new issue