gnu: gspell: Order inputs alphabetically.

* gnu/packages/gnome.scm (gspell)[inputs, native-inputs]: Re-order.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-08 23:43:13 +02:00
parent 9099bedfea
commit a801ae4cae
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6454,17 +6454,17 @@ (define-public gspell
#t)))))
(inputs
`(("enchant" ,enchant)
("iso-codes" ,iso-codes)
("gtk+" ,gtk+)
("glib" ,glib)))
("glib" ,glib)
("iso-codes" ,iso-codes)))
(native-inputs
`(("glib" ,glib "bin")
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)
;; For tests.
("xorg-server" ,xorg-server)
("aspell-dict-en" ,aspell-dict-en)))
("aspell-dict-en" ,aspell-dict-en)
("xorg-server" ,xorg-server)))
(home-page "https://wiki.gnome.org/Projects/gspell")
(synopsis "GNOME's alternative spell checker")
(description