gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.
* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add `outputs' field.
This commit is contained in:
		
							parent
							
								
									f989fa392f
								
							
						
					
					
						commit
						e47185a4a7
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -127,7 +127,10 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
 | 
			
		|||
                      ;; cross-compiling).
 | 
			
		||||
                      (inputs (match (assoc "perl" (package-inputs coreutils))
 | 
			
		||||
                                (#f '())
 | 
			
		||||
                                (x  (list x))))))
 | 
			
		||||
                                (x  (list x))))
 | 
			
		||||
 | 
			
		||||
                      ;; Remove the `debug' output.
 | 
			
		||||
                      (outputs '("out"))))
 | 
			
		||||
        (bzip2 (package (inherit bzip2)
 | 
			
		||||
                 (arguments
 | 
			
		||||
                  (substitute-keyword-arguments (package-arguments bzip2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue