mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sparql-query: Sort inputs alphabetically.
* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
This commit is contained in:
parent
ce64b9d136
commit
6914eea01d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue