gnu: classpath-devel: Use label-less input style.

* gnu/packages/java.scm (classpath-devel)[native-inputs]: Use new style.
This commit is contained in:
Ricardo Wurmus 2021-12-18 17:32:45 +01:00
parent 607d452855
commit f94fae9b38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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)