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:
Tobias Geerinckx-Rice 2019-05-26 02:04:12 +02:00
parent 0fcb0e5076
commit 569958aeb5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -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"