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:
Ludovic Courtès 2018-12-14 17:05:08 +01:00
parent 6ec3de976b
commit 4dd1edc7ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -382,6 +382,8 @@ (define (%glibc-stripped)
(parameterize ((%current-target-system #f))
(cross-libc target)))
glibc)))))
(native-inputs '())
(propagated-inputs '())
;; Only one output.
(outputs '("out")))))