guix build: Remove unnecessary (replacement #f).
* guix/scripts/build.scm (package-with-source): Remove 'replacement'
field, which is innate since d5ec5ed719.
			
			
This commit is contained in:
		
							parent
							
								
									139c4ac199
								
							
						
					
					
						commit
						e72cc79263
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -202,11 +202,7 @@ the new package's version number from URI."
 | 
			
		|||
                            (package-version p)))
 | 
			
		||||
 | 
			
		||||
               ;; Use #:recursive? #t to allow for directories.
 | 
			
		||||
               (source (downloaded-file uri #t))
 | 
			
		||||
 | 
			
		||||
               ;; Override the replacement, otherwise '--with-source' would
 | 
			
		||||
               ;; have no effect.
 | 
			
		||||
               (replacement #f)))))
 | 
			
		||||
               (source (downloaded-file uri #t))))))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue