guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/21: gnu: ecj-javac-wrapper: Use Guile 3.


From: guix-commits
Subject: 05/21: gnu: ecj-javac-wrapper: Use Guile 3.
Date: Sat, 18 Dec 2021 05:15:44 -0500 (EST)

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

commit 8b4ddd10c929823826d66fd3d8df4832b4db6005
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 17 17:21:26 2021 +0100

    gnu: ecj-javac-wrapper: Use Guile 3.
    
    * gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace 
guile-2.2
    with guile-3.0.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 126a0fd..681c3cd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]