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:
Paul A. Patience 2022-05-02 11:17:19 +00:00 committed by Ludovic Courtès
parent 94b1905580
commit fe6ba5e902
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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="