guix-commits
[Top][All Lists]
Advanced

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

31/35: gnu: jamvm-1-bootstrap: Use label-less input style.


From: guix-commits
Subject: 31/35: gnu: jamvm-1-bootstrap: Use label-less input style.
Date: Sat, 18 Dec 2021 11:35:14 -0500 (EST)

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

commit 2b326e170c07c4f7ab9a6ddaadfcfa338ad81140
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 17:31:17 2021 +0100

    gnu: jamvm-1-bootstrap: Use label-less input style.
    
    * gnu/packages/java.scm (jamvm-1-bootstrap)[inputs]: Use new style.
---
 gnu/packages/java.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index fa39124..85a3367 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -299,11 +299,7 @@ language.")
                  (lambda _ (invoke "autoreconf" "-vif"))))
             '%standard-phases)))
     (inputs
-     `(("classpath" ,classpath-bootstrap)
-       ("jikes" ,jikes)
-       ("libffi" ,libffi)
-       ("zip" ,zip)
-       ("zlib" ,zlib)))
+     (list classpath-bootstrap jikes libffi zip zlib))
     (native-inputs
      (if (string-prefix? "aarch64" (or (%current-system)
                                        (%current-target-system)))



reply via email to

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