summaryrefslogtreecommitdiff
path: root/build-aux/hydra/gnu-system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/hydra/gnu-system.scm')
-rw-r--r--build-aux/hydra/gnu-system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 4c27a9da1b..50e1661d3b 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -182,6 +182,7 @@ system.")
(mbegin %store-monad
(set-current-system system)
(set-grafting #f)
+ (set-guile-for-build (default-guile))
(system-test-value test)))))))
(if (member system %guixsd-supported-systems)