gnu: Add ecj4-javac-wrapper.

* gnu/packages/java.scm (ecj4-javac-wrapper): New variable.
This commit is contained in:
Ricardo Wurmus 2021-12-17 22:55:37 +01:00
parent a5ce05fc46
commit 4bf00e164f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -871,6 +871,12 @@ (define-public ecj4-bootstrap
supports sufficient parts of Java 7 to build Icedtea 2.x.")
(license license:epl1.0)))
(define ecj4-javac-wrapper
(package
(inherit ecj-javac-wrapper)
(native-inputs
(list guile-3.0 ecj4-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
;; written in Java 7. It can, however, build the unmaintained Icedtea 1.x,