mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ecj-javac-wrapper: Use Guile 3.
* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace guile-2.2 with guile-3.0.
This commit is contained in:
parent
f76fd68414
commit
9fa8a95a23
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ requirement for all GNU Classpath releases after version 0.93.")
|
||||||
(main args)))))))
|
(main args)))))))
|
||||||
(chmod target #o755)))))
|
(chmod target #o755)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-3.0)
|
||||||
("ecj-bootstrap" ,ecj-bootstrap)
|
("ecj-bootstrap" ,ecj-bootstrap)
|
||||||
("jamvm" ,jamvm-1-bootstrap)
|
("jamvm" ,jamvm-1-bootstrap)
|
||||||
("classpath" ,classpath-bootstrap)))
|
("classpath" ,classpath-bootstrap)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue