guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/32: gnu: apl: Remove input labels.


From: guix-commits
Subject: 20/32: gnu: apl: Remove input labels.
Date: Mon, 2 May 2022 09:16:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fe6ba5e9025da736aec0e18ac610dc548df52a5e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Mon May 2 11:17:19 2022 +0000

    gnu: apl: Remove input labels.
    
    * gnu/packages/apl.scm (apl)[inputs]: Remove labels and sort.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/apl.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm
index ad9f4504bf..0a741b0295 100644
--- a/gnu/packages/apl.scm
+++ b/gnu/packages/apl.scm
@@ -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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]