mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05: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