build-system: Fix copy-build-system default install plan.
* guix/build-system/copy.scm (copy-build): Set install-plan default value to copy everything from source to the output.
This commit is contained in:
		
							parent
							
								
									9b7f9e6f9b
								
							
						
					
					
						commit
						9ea458c57a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -78,7 +78,7 @@
 | 
				
			||||||
(define* (copy-build store name inputs
 | 
					(define* (copy-build store name inputs
 | 
				
			||||||
                     #:key (guile #f)
 | 
					                     #:key (guile #f)
 | 
				
			||||||
                     (outputs '("out"))
 | 
					                     (outputs '("out"))
 | 
				
			||||||
                     (install-plan ''(("." (".") "./")))
 | 
					                     (install-plan ''(("." "./")))
 | 
				
			||||||
                     (search-paths '())
 | 
					                     (search-paths '())
 | 
				
			||||||
                     (out-of-source? #t)
 | 
					                     (out-of-source? #t)
 | 
				
			||||||
                     (validate-runpath? #t)
 | 
					                     (validate-runpath? #t)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue