guix-commits
[Top][All Lists]
Advanced

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

35/50: gnu: classpath-devel: Use label-less input style.


From: guix-commits
Subject: 35/50: gnu: classpath-devel: Use label-less input style.
Date: Thu, 23 Dec 2021 16:34:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f94fae9b387a7fcf9db5056e4dfc8147c44e752a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 17:32:45 2021 +0100

    gnu: classpath-devel: Use label-less input style.
    
    * gnu/packages/java.scm (classpath-devel)[native-inputs]: Use new style.
---
 gnu/packages/java.scm | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d8c46d5..fc78a8a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -703,18 +703,11 @@ machine.")))
            (add-after 'install 'install-data
              (lambda _ (invoke "make" "install-data"))))))
       (native-inputs
-       `(("autoconf" ,autoconf)
-         ("automake" ,automake)
-         ("libtool" ,libtool)
-         ("gettext" ,gettext-minimal)
-         ("texinfo" ,texinfo)
-         ("classpath-jamvm-wrappers" ,classpath-jamvm-wrappers) ; for javah
-         ("ecj-bootstrap" ,ecj-bootstrap)
-         ("ecj-javac-wrapper" ,ecj-javac-wrapper)
-         ("fastjar" ,fastjar)
-         ("jamvm" ,jamvm-1-bootstrap)
-         ("libltdl" ,libltdl)
-         ("pkg-config" ,pkg-config))))))
+       (list autoconf automake libltdl libtool gettext-minimal texinfo
+             pkg-config
+             classpath-jamvm-wrappers  ;for javah
+             ecj-bootstrap ecj-javac-wrapper fastjar
+             jamvm-1-bootstrap)))))
 
 (define jamvm
   (package (inherit jamvm-1-bootstrap)



reply via email to

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