guix: Quote list of bootstrap scripts.
This is a follow-up to commit 9cfc93be30
.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Quote the list of
default bootstrap scripts.
This commit is contained in:
parent
9cfc93be30
commit
7549c963c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user