gnu: apl: Remove input labels.
* gnu/packages/apl.scm (apl)[inputs]: Remove labels and sort. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
94b1905580
commit
fe6ba5e902
@ -48,11 +48,11 @@
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnu.org/software/apl/")
|
||||
(inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("lapack" ,lapack)
|
||||
("pcre" ,pcre2)
|
||||
("sqlite" ,sqlite)
|
||||
("readline" ,readline)))
|
||||
(list gettext-minimal
|
||||
lapack
|
||||
pcre2
|
||||
readline
|
||||
sqlite))
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append
|
||||
"--with-sqlite3="
|
||||
|
Loading…
x
Reference in New Issue
Block a user