1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02: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:
Ricardo Wurmus
2021-12-17 22:04:32 +01:00
parent e84a7f53e7
commit c96fcbb1a3
+1 -4
View File
@@ -778,10 +778,7 @@ machine.")))
(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