gnu: gspell: Order inputs alphabetically.
* gnu/packages/gnome.scm (gspell)[inputs, native-inputs]: Re-order.
This commit is contained in:
parent
9099bedfea
commit
a801ae4cae
@ -6454,17 +6454,17 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user