gnu: ecj-javac-wrapper-final: Use new style for inputs.

* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Use new
style.
This commit is contained in:
Ricardo Wurmus 2021-12-17 22:04:32 +01:00
parent e84a7f53e7
commit c96fcbb1a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -778,10 +778,7 @@ (define jamvm
(define ecj-javac-wrapper-final
(package (inherit ecj-javac-wrapper)
(native-inputs
`(("guile" ,guile-3.0)
("ecj-bootstrap" ,ecj-bootstrap)
("jamvm" ,jamvm)
("classpath" ,classpath-devel)))))
(list guile-3.0 ecj-bootstrap jamvm classpath-devel))))
;; The bootstrap JDK consisting of jamvm, classpath-devel,
;; ecj-javac-wrapper-final cannot build Icedtea 2.x directly, because it's