mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +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
|
||||
(package (inherit ecj-javac-wrapper)
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
`(("guile" ,guile-3.0)
|
||||
("ecj-bootstrap" ,ecj-bootstrap)
|
||||
("jamvm" ,jamvm)
|
||||
("classpath" ,classpath-devel)))))
|
||||
|
|
Loading…
Reference in a new issue