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)))))
|
#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
|
||||||
|
|
Loading…
Reference in New Issue