gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.
* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add `outputs' field.
This commit is contained in:
parent
f989fa392f
commit
e47185a4a7
|
@ -127,7 +127,10 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||||
;; cross-compiling).
|
;; cross-compiling).
|
||||||
(inputs (match (assoc "perl" (package-inputs coreutils))
|
(inputs (match (assoc "perl" (package-inputs coreutils))
|
||||||
(#f '())
|
(#f '())
|
||||||
(x (list x))))))
|
(x (list x))))
|
||||||
|
|
||||||
|
;; Remove the `debug' output.
|
||||||
|
(outputs '("out"))))
|
||||||
(bzip2 (package (inherit bzip2)
|
(bzip2 (package (inherit bzip2)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments bzip2)
|
(substitute-keyword-arguments (package-arguments bzip2)
|
||||||
|
|
Loading…
Reference in New Issue