gnu: sparql-query: Sort inputs alphabetically.

* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
This commit is contained in:
Efraim Flashner 2020-04-19 21:33:15 +03:00
parent ce64b9d136
commit 6914eea01d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1242,11 +1242,11 @@ (define-public sparql-query
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)
("ncurses" ,ncurses)
`(("curl" ,curl)
("glib" ,glib)
("libxml2" ,libxml2)
("curl" ,curl)))
("ncurses" ,ncurses)
("readline" ,readline)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments