[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="
- 23/32: gnu: spdlog: Update to 1.10.0., (continued)
- 23/32: gnu: spdlog: Update to 1.10.0., guix-commits, 2022/05/02
- 30/32: gnu: Add python-parsel., guix-commits, 2022/05/02
- 15/32: gnu: s2n: Link to aws-lc as libcrypto dependency., guix-commits, 2022/05/02
- 19/32: gnu: apl: Update to 1.8-r1550., guix-commits, 2022/05/02
- 24/32: gnu: bear: Update to 3.0.19., guix-commits, 2022/05/02
- 31/32: gnu: Add python-itemloaders., guix-commits, 2022/05/02
- 09/32: gnu: aws-c-compression: Fix comment formatting., guix-commits, 2022/05/02
- 25/32: gnu: Add python-sybil., guix-commits, 2022/05/02
- 11/32: gnu: aws-c-s3: Fix comment formatting., guix-commits, 2022/05/02
- 17/32: gnu: ugrep: Update to 3.7.9., guix-commits, 2022/05/02
- 20/32: gnu: apl: Remove input labels.,
guix-commits <=
- 22/32: gnu: fmt: Update to 8.1.1., guix-commits, 2022/05/02
- 05/32: gnu: aws-c-io: Fix comment formatting., guix-commits, 2022/05/02
- 27/32: gnu: Add python-queuelib., guix-commits, 2022/05/02
- 14/32: gnu: aws-lc: Fix checksum and enable tests., guix-commits, 2022/05/02
- 18/32: gnu: Add emacs-git-email., guix-commits, 2022/05/02
- 21/32: gnu: apl: Use G-expressions., guix-commits, 2022/05/02
- 26/32: gnu: Add python-pydispatcher., guix-commits, 2022/05/02
- 28/32: gnu: Add python-itemadapter., guix-commits, 2022/05/02
- 29/32: gnu: Add python-protego., guix-commits, 2022/05/02
- 32/32: gnu: Add python-scrapy., guix-commits, 2022/05/02