mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add ecj4-javac-wrapper.
* gnu/packages/java.scm (ecj4-javac-wrapper): New variable.
This commit is contained in:
parent
a5ce05fc46
commit
4bf00e164f
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue