mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: make-bootstrap: Fix %glibc-stripped.
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
This commit is contained in:
parent
593987671a
commit
867df0eeb6
1 changed files with 4 additions and 1 deletions
|
@ -324,7 +324,10 @@ (define %glibc-stripped
|
||||||
(string-append incdir "/asm-generic"))
|
(string-append incdir "/asm-generic"))
|
||||||
#t))))
|
#t))))
|
||||||
(inputs `(("libc" ,glibc)
|
(inputs `(("libc" ,glibc)
|
||||||
("linux-headers" ,linux-libre-headers))))))
|
("linux-headers" ,linux-libre-headers)))
|
||||||
|
|
||||||
|
;; Only one output.
|
||||||
|
(outputs '("out")))))
|
||||||
|
|
||||||
(define %gcc-static
|
(define %gcc-static
|
||||||
;; A statically-linked GCC, with stripped-down functionality.
|
;; A statically-linked GCC, with stripped-down functionality.
|
||||||
|
|
Loading…
Reference in a new issue