summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/self.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/guix/self.scm b/guix/self.scm
index 36ada4d171..d1ccec8a49 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2017-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -699,7 +699,8 @@ Info manual."
                         (setenv "NIX_STORE_DIR" #$%storedir))
 
                       (apply execl #$(file-append daemon "/bin/guix-daemon")
-                             "guix-daemon" (cdr (command-line))))))
+                             "guix-daemon" (cdr (command-line))))
+                  #:guile guile))
 
   (computed-file name
                  (with-imported-modules '((guix build utils))