gexp: Change default Guile effective version to 3.0.
authorLudovic Courtès <ludo@gnu.org>
Tue, 17 Mar 2020 14:32:36 +0000 (15:32 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 17 Mar 2020 14:32:36 +0000 (15:32 +0100)
This is a followup to b6bee63bed4f013064c0d902e7c8b83ed7514ade.

* guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version
defaults to "3.0".

guix/gexp.scm

index f50104e..99390bc 100644 (file)
@@ -785,7 +785,7 @@ second element is the derivation to compile them."
                      (target 'current)
                      (graft? (%graft?))
                      (guile-for-build (%guile-for-build))
-                     (effective-version "2.2")
+                     (effective-version "3.0")
 
                      deprecation-warnings)
   "*Note: This API is subject to change; use at your own risk!*
@@ -886,7 +886,7 @@ derivations--e.g., code evaluated for its side effects."
                            (modules '())
                            (module-path %load-path)
                            (guile-for-build (%guile-for-build))
-                           (effective-version "2.2")
+                           (effective-version "3.0")
                            (graft? (%graft?))
                            references-graphs
                            allowed-references disallowed-references