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
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue