gnu: make-bootstrap: Fix `%binutils-static-stripped'.
* gnu/packages/make-bootstrap.scm (%binutils-static-stripped): Add
  distinguishing `name' field.  Add `output' field to have a single
  "out" output (followup to 4873f8e).  Reported by Nikita.
			
			
This commit is contained in:
		
							parent
							
								
									eb0119efde
								
							
						
					
					
						commit
						431f35f051
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -249,7 +249,9 @@ | ||||||
| (define %binutils-static-stripped | (define %binutils-static-stripped | ||||||
|   ;; The subset of Binutils that we need. |   ;; The subset of Binutils that we need. | ||||||
|   (package (inherit %binutils-static) |   (package (inherit %binutils-static) | ||||||
|  |     (name (string-append (package-name %binutils-static) "-stripped")) | ||||||
|     (build-system trivial-build-system) |     (build-system trivial-build-system) | ||||||
|  |     (outputs '("out")) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:modules ((guix build utils)) |      `(#:modules ((guix build utils)) | ||||||
|        #:builder |        #:builder | ||||||
|  |  | ||||||
		Reference in a new issue