gnu: pidgin: Add network-manager support.
* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager. [arguments]: Undisable it in #:configure-flags.
This commit is contained in:
parent
0fcb0e5076
commit
569958aeb5
|
@ -402,13 +402,13 @@ authentication.")
|
||||||
;; TODO: gstreamer: patches needed to support gstreamer-1.0 or later
|
;; TODO: gstreamer: patches needed to support gstreamer-1.0 or later
|
||||||
;; TODO: farstream
|
;; TODO: farstream
|
||||||
;; TODO: meanwhile
|
;; TODO: meanwhile
|
||||||
;; TODO: network-manager
|
|
||||||
;; TODO: gtkspell
|
;; TODO: gtkspell
|
||||||
;; TODO: libxephyr
|
;; TODO: libxephyr
|
||||||
;; TODO: libgadu
|
;; TODO: libgadu
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("avahi" ,avahi)
|
("avahi" ,avahi)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
|
("network-manager" ,network-manager)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("libice" ,libice)
|
("libice" ,libice)
|
||||||
("libsm" ,libsm)
|
("libsm" ,libsm)
|
||||||
|
@ -419,7 +419,6 @@ authentication.")
|
||||||
(list "--disable-gtkspell"
|
(list "--disable-gtkspell"
|
||||||
"--disable-tcl"
|
"--disable-tcl"
|
||||||
"--disable-meanwhile"
|
"--disable-meanwhile"
|
||||||
"--disable-nm" ; XXX remove when we have network-manager
|
|
||||||
"--disable-vv" ; XXX remove when we have farstream and gstreamer
|
"--disable-vv" ; XXX remove when we have farstream and gstreamer
|
||||||
"--disable-gstreamer" ; XXX patches needed to support gstreamer-1.0
|
"--disable-gstreamer" ; XXX patches needed to support gstreamer-1.0
|
||||||
"--enable-cyrus-sasl"
|
"--enable-cyrus-sasl"
|
||||||
|
|
Loading…
Reference in New Issue