summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-17 15:32:36 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-17 15:32:36 +0100
commit2bc1a400aea97106c5ac8237a06908408e204164 (patch)
tree7424d1508f580c97d02e6118bd59f8d17f271ce4 /guix
parent4e6c9f56b57891cdffadeb1fdba3bd705aa38abc (diff)
downloadpatches-2bc1a400aea97106c5ac8237a06908408e204164.tar
patches-2bc1a400aea97106c5ac8237a06908408e204164.tar.gz
gexp: Change default Guile effective version to 3.0.
This is a followup to b6bee63bed4f013064c0d902e7c8b83ed7514ade. * guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version defaults to "3.0".
Diffstat (limited to 'guix')
-rw-r--r--guix/gexp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm
index f50104efbc..99390bcafc 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -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