[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/50: gnu: ant-bootstrap: Use label-less input style.
From: |
guix-commits |
Subject: |
32/50: gnu: ant-bootstrap: Use label-less input style. |
Date: |
Thu, 23 Dec 2021 16:34:29 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e8a6138ab1ee88b5d7635da4724f298fb381704a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 17:31:37 2021 +0100
gnu: ant-bootstrap: Use label-less input style.
* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Use new style.
---
gnu/packages/java.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index fc524a9..e28e630 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -411,10 +411,7 @@ JNI.")
"\\.jar$"))))
(delete 'install))))
(native-inputs
- `(("jikes" ,jikes)
- ("jamvm" ,jamvm-1-bootstrap)
- ("unzip" ,unzip)
- ("zip" ,zip)))
+ (list jikes jamvm-1-bootstrap unzip zip))
(home-page "https://ant.apache.org")
(synopsis "Build tool for Java")
(description
- 40/50: gnu: java-kafka-clients: Use new input style., (continued)
- 40/50: gnu: java-kafka-clients: Use new input style., guix-commits, 2021/12/23
- 43/50: gnu: java-mail: Remove trailing #T., guix-commits, 2021/12/23
- 45/50: gnu: java-slf4j-simple: Disable one test., guix-commits, 2021/12/23
- 47/50: gnu: java-simple-xml: Disable one test., guix-commits, 2021/12/23
- 46/50: gnu: java-kafka-clients: Disable failing test., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style.,
guix-commits <=
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., guix-commits, 2021/12/23
- 42/50: gnu: java-mail: Disable SSL test., guix-commits, 2021/12/23
- 50/50: gnu: axoloti-patcher-next: Fix file names., guix-commits, 2021/12/23
- 48/50: gnu: java-simple-xml: Delete failing test., guix-commits, 2021/12/23