summaryrefslogtreecommitdiff
path: root/guix/scripts/pull.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-03 22:13:33 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-03 23:18:53 +0100
commitd9721c2096525747c7fbbe008c8100846aefd392 (patch)
treed59e41f62f90672271787e6bec39959e956f7010 /guix/scripts/pull.scm
parent98a26dc889268e2b79d7693ddf17b2323765394c (diff)
downloadguix-patches-d9721c2096525747c7fbbe008c8100846aefd392.tar
guix-patches-d9721c2096525747c7fbbe008c8100846aefd392.tar.gz
scripts: Default to Guile 2.2 as the guile-for-build.
* guix/scripts/environment.scm (guix-environment): '%guile-for-build' now defaults to GUILE-2.2 instead of GUILE-2.0. * guix/scripts/package.scm (guix-package): Likewise. * guix/scripts/pull.scm (guix-pull): Likewise.
Diffstat (limited to 'guix/scripts/pull.scm')
-rw-r--r--guix/scripts/pull.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 3e95bd511f..be0c168444 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -275,7 +275,7 @@ certificates~%"))
store
(if (assoc-ref opts 'bootstrap?)
%bootstrap-guile
- (canonical-package guile-2.0)))))
+ (canonical-package guile-2.2)))))
(run-with-store store
(build-and-install checkout (config-directory)
#:commit commit