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>
This commit is contained in:
Raghav Gururajan 2020-12-30 15:08:25 -05:00 committed by Danny Milosavljevic
parent 60e1fa208a
commit 7b1dccfb50
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -738,41 +738,39 @@ (define-public pidgin
#t))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
("check" ,check-0.14)
("intltool" ,intltool)
`(("autoconf" ,autoconf) ;; For bootstrap
("automake" ,automake) ;; For bootstrap
("check" ,check)
("gconf" ,gconf)
("python" ,python-2)
("doxygen" ,doxygen)
;; For bootstrapping after applying pidgin-libnm.patch.
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
("intltool" ,intltool)
("libtool" ,libtool) ;; For bootstrap
("pkg-config" ,pkg-config)
("python" ,python-2)))
(inputs
`(("gtk+" ,gtk+-2)
("libgcrypt" ,libgcrypt)
("gnutls" ,gnutls)
`(("avahi" ,avahi)
("cyrus-sasl" ,cyrus-sasl)
("dbus" ,dbus)
("dbus-glib" ,dbus-glib)
("python2-dbus" ,python2-dbus)
;; farstream
("gnutls" ,gnutls)
;; gstreamer
("gtk+" ,gtk+-2)
;; gtkspell
;; libgadu
("libgcrypt" ,libgcrypt)
("libice" ,libice)
("libidn" ,libidn)
("libltdl" ,libltdl)
("libsm" ,libsm)
;; libxephyr
("libxml2" ,libxml2)
;; TODO: gstreamer: patches needed to support gstreamer-1.0 or later
;; TODO: farstream
;; TODO: meanwhile
;; TODO: gtkspell
;; TODO: libxephyr
;; TODO: libgadu
("libxscrnsaver" ,libxscrnsaver)
("libxslt" ,libxslt)
("avahi" ,avahi)
;; meanwhile
("ncurses" ,ncurses)
("network-manager" ,network-manager)
("python2-dbus" ,python2-dbus)
("sqlite" ,sqlite)
("libice" ,libice)
("libsm" ,libsm)
("libxscrnsaver" ,libxscrnsaver)
("startup-notification" ,startup-notification)))
(arguments
`(#:configure-flags