mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
e84a7f53e7
commit
c96fcbb1a3
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue