gnu: classpath-devel: Use label-less input style.
* gnu/packages/java.scm (classpath-devel)[native-inputs]: Use new style.
This commit is contained in:
parent
607d452855
commit
f94fae9b38
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user