gnu: pidgin: Re-arrange inputs in alphabetical order.
* gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
60e1fa208a
commit
7b1dccfb50
|
@ -738,41 +738,39 @@ authentication.")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("autoconf" ,autoconf) ;; For bootstrap
|
||||||
("check" ,check-0.14)
|
("automake" ,automake) ;; For bootstrap
|
||||||
("intltool" ,intltool)
|
("check" ,check)
|
||||||
("gconf" ,gconf)
|
("gconf" ,gconf)
|
||||||
("python" ,python-2)
|
("intltool" ,intltool)
|
||||||
("doxygen" ,doxygen)
|
("libtool" ,libtool) ;; For bootstrap
|
||||||
;; For bootstrapping after applying pidgin-libnm.patch.
|
("pkg-config" ,pkg-config)
|
||||||
("autoconf" ,autoconf)
|
("python" ,python-2)))
|
||||||
("automake" ,automake)
|
|
||||||
("libtool" ,libtool)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+-2)
|
`(("avahi" ,avahi)
|
||||||
("libgcrypt" ,libgcrypt)
|
|
||||||
("gnutls" ,gnutls)
|
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("dbus-glib" ,dbus-glib)
|
("dbus-glib" ,dbus-glib)
|
||||||
("python2-dbus" ,python2-dbus)
|
;; farstream
|
||||||
|
("gnutls" ,gnutls)
|
||||||
|
;; gstreamer
|
||||||
|
("gtk+" ,gtk+-2)
|
||||||
|
;; gtkspell
|
||||||
|
;; libgadu
|
||||||
|
("libgcrypt" ,libgcrypt)
|
||||||
|
("libice" ,libice)
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
("libltdl" ,libltdl)
|
("libltdl" ,libltdl)
|
||||||
|
("libsm" ,libsm)
|
||||||
|
;; libxephyr
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
;; TODO: gstreamer: patches needed to support gstreamer-1.0 or later
|
("libxscrnsaver" ,libxscrnsaver)
|
||||||
;; TODO: farstream
|
|
||||||
;; TODO: meanwhile
|
|
||||||
;; TODO: gtkspell
|
|
||||||
;; TODO: libxephyr
|
|
||||||
;; TODO: libgadu
|
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("avahi" ,avahi)
|
;; meanwhile
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("network-manager" ,network-manager)
|
("network-manager" ,network-manager)
|
||||||
|
("python2-dbus" ,python2-dbus)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("libice" ,libice)
|
|
||||||
("libsm" ,libsm)
|
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
|
||||||
("startup-notification" ,startup-notification)))
|
("startup-notification" ,startup-notification)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in New Issue