me
/
guix
Archived
1
0
Fork 0

gnu: ecj-javac-wrapper: Use Guile 3.

* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace guile-2.2
with guile-3.0.
master
Ricardo Wurmus 2021-12-17 17:21:26 +01:00
parent f76fd68414
commit 9fa8a95a23
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ requirement for all GNU Classpath releases after version 0.93.")
(main args)))))))
(chmod target #o755)))))
(native-inputs
`(("guile" ,guile-2.2)
`(("guile" ,guile-3.0)
("ecj-bootstrap" ,ecj-bootstrap)
("jamvm" ,jamvm-1-bootstrap)
("classpath" ,classpath-bootstrap)))