gnu: make-bootstrap: Fix %glibc-stripped.

* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
master
Ludovic Courtès 2013-04-29 00:28:36 +02:00
parent 593987671a
commit 867df0eeb6
1 changed files with 4 additions and 1 deletions

View File

@ -324,7 +324,10 @@
(string-append incdir "/asm-generic"))
#t))))
(inputs `(("libc" ,glibc)
("linux-headers" ,linux-libre-headers))))))
("linux-headers" ,linux-libre-headers)))
;; Only one output.
(outputs '("out")))))
(define %gcc-static
;; A statically-linked GCC, with stripped-down functionality.