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
1 changed files with 4 additions and 4 deletions

View File

@ -6454,17 +6454,17 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
#t))))) #t)))))
(inputs (inputs
`(("enchant" ,enchant) `(("enchant" ,enchant)
("iso-codes" ,iso-codes)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("glib" ,glib))) ("glib" ,glib)
("iso-codes" ,iso-codes)))
(native-inputs (native-inputs
`(("glib" ,glib "bin") `(("glib" ,glib "bin")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("xmllint" ,libxml2) ("xmllint" ,libxml2)
;; For tests. ;; 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") (home-page "https://wiki.gnome.org/Projects/gspell")
(synopsis "GNOME's alternative spell checker") (synopsis "GNOME's alternative spell checker")
(description (description