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
1 changed files with 5 additions and 12 deletions
|
@ -703,18 +703,11 @@ machine.")))
|
||||||
(add-after 'install 'install-data
|
(add-after 'install 'install-data
|
||||||
(lambda _ (invoke "make" "install-data"))))))
|
(lambda _ (invoke "make" "install-data"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf automake libltdl libtool gettext-minimal texinfo
|
||||||
("automake" ,automake)
|
pkg-config
|
||||||
("libtool" ,libtool)
|
classpath-jamvm-wrappers ;for javah
|
||||||
("gettext" ,gettext-minimal)
|
ecj-bootstrap ecj-javac-wrapper fastjar
|
||||||
("texinfo" ,texinfo)
|
jamvm-1-bootstrap)))))
|
||||||
("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))))))
|
|
||||||
|
|
||||||
(define jamvm
|
(define jamvm
|
||||||
(package (inherit jamvm-1-bootstrap)
|
(package (inherit jamvm-1-bootstrap)
|
||||||
|
|
Reference in a new issue