[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/35: gnu: classpath-0.99: Use label-less input style.
From: |
guix-commits |
Subject: |
34/35: gnu: classpath-0.99: Use label-less input style. |
Date: |
Sat, 18 Dec 2021 11:35:16 -0500 (EST) |
rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.
commit 91542186091efaa5fdac8381c3eeb54cf662d710
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 17:32:16 2021 +0100
gnu: classpath-0.99: Use label-less input style.
* gnu/packages/java.scm (classpath-0.99)[native-inputs]: Use new style.
---
gnu/packages/java.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d49565c..b8c127a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -592,13 +592,10 @@ the standard javac executable.")))
(add-after 'install 'install-data
(lambda _ (invoke "make" "install-data"))))))
(native-inputs
- `(("ecj-bootstrap" ,ecj-bootstrap)
- ("ecj-javac-wrapper" ,ecj-javac-wrapper)
- ("fastjar" ,fastjar)
- ("jamvm" ,jamvm-1-bootstrap)
- ("classpath" ,classpath-bootstrap)
- ("libltdl" ,libltdl)
- ("pkg-config" ,pkg-config)))))
+ (list classpath-bootstrap
+ ecj-bootstrap ecj-javac-wrapper
+ fastjar jamvm-1-bootstrap
+ libltdl pkg-config))))
;; We need this because classpath-bootstrap does not provide all of the tools
;; we need to build classpath-devel.
- 20/35: gnu: icedtea-8: Simplify source snippet., (continued)
- 20/35: gnu: icedtea-8: Simplify source snippet., guix-commits, 2021/12/18
- 23/35: gnu: ant-bootstrap: Bind OUTPUTS in build phase., guix-commits, 2021/12/18
- 24/35: gnu: ant-bootstrap: Remove trailing #T from build phase., guix-commits, 2021/12/18
- 19/35: gnu: icedtea-8: Remove trailing #T from build phases., guix-commits, 2021/12/18
- 21/35: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/18
- 22/35: gnu: jamvm-1-bootstrap: Simplify snippet., guix-commits, 2021/12/18
- 25/35: gnu: ecj-bootstrap: Remove trailing #T., guix-commits, 2021/12/18
- 26/35: gnu: ecj-bootstrap: Remove #:modules from arguments., guix-commits, 2021/12/18
- 30/35: gnu: classpath-bootstrap: Use label-less input style., guix-commits, 2021/12/18
- 31/35: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/18
- 34/35: gnu: classpath-0.99: Use label-less input style.,
guix-commits <=
- 08/35: gnu: Add ecj4-bootstrap., guix-commits, 2021/12/18
- 12/35: gnu: icedtea-7: Remove trailing #T., guix-commits, 2021/12/18
- 16/35: gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath., guix-commits, 2021/12/18
- 18/35: gnu: Remove icedtea-6., guix-commits, 2021/12/18
- 28/35: gnu: classpath-jamvm-wrappers: Use G-Expression., guix-commits, 2021/12/18
- 29/35: gnu: classpath-devel: Remove trailing #T., guix-commits, 2021/12/18
- 35/35: gnu: classpath-devel: Use label-less input style., guix-commits, 2021/12/18
- 32/35: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/18
- 07/35: gnu: ecj-javac-wrapper-final: Use new style for inputs., guix-commits, 2021/12/18
- 27/35: gnu: ecj-javac-wrapper: Use G-Expression., guix-commits, 2021/12/18