mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: ecj-javac-wrapper-final: Use Guile 3.
* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Replace guile-2.2 with guile-3.0.
This commit is contained in:
parent
9fa8a95a23
commit
e84a7f53e7
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ (define jamvm
|
||||||
(define ecj-javac-wrapper-final
|
(define ecj-javac-wrapper-final
|
||||||
(package (inherit ecj-javac-wrapper)
|
(package (inherit ecj-javac-wrapper)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-3.0)
|
||||||
("ecj-bootstrap" ,ecj-bootstrap)
|
("ecj-bootstrap" ,ecj-bootstrap)
|
||||||
("jamvm" ,jamvm)
|
("jamvm" ,jamvm)
|
||||||
("classpath" ,classpath-devel)))))
|
("classpath" ,classpath-devel)))))
|
||||||
|
|
Loading…
Reference in a new issue