summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/build-system/gnu.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 2fed7736a1..abff7d6998 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -332,7 +332,7 @@ standard packages used as implicit inputs of the GNU build system."
#:key (guile #f)
(outputs '("out"))
(search-paths '())
- (bootstrap-scripts %bootstrap-scripts)
+ (bootstrap-scripts (list 'quote %bootstrap-scripts))
(configure-flags ''())
(make-flags ''())
(out-of-source? #f)
@@ -492,7 +492,7 @@ is one of `host' or `target'."
(search-paths '())
(native-search-paths '())
- (bootstrap-scripts %bootstrap-scripts)
+ (bootstrap-scripts (list 'quote %bootstrap-scripts))
(configure-flags ''())
(make-flags ''())
(out-of-source? #f)