gnu: glibc-stripped: Empty 'native-inputs' and 'propagated-inputs'.
These would needlessly pull in linux-libre-headers when running "guix build bootstrap-tarballs --target=i586-pc-gnu". * gnu/packages/make-bootstrap.scm (%glibc-stripped)[native-inputs] [propagated-inputs]: New fields.
This commit is contained in:
parent
6ec3de976b
commit
4dd1edc7ae
|
@ -382,6 +382,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(parameterize ((%current-target-system #f))
|
||||
(cross-libc target)))
|
||||
glibc)))))
|
||||
(native-inputs '())
|
||||
(propagated-inputs '())
|
||||
|
||||
;; Only one output.
|
||||
(outputs '("out")))))
|
||||
|
|
Loading…
Reference in New Issue