~ruther/guix-local

e47185a4a7214f1a6fb6d7e2d799f9734ccb49f0 — Ludovic Courtès 12 years ago f989fa3
gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add
  `outputs' field.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +4 -1
@@ 127,7 127,10 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                      ;; cross-compiling).
                      (inputs (match (assoc "perl" (package-inputs coreutils))
                                (#f '())
                                (x  (list x))))))
                                (x  (list x))))

                      ;; Remove the `debug' output.
                      (outputs '("out"))))
        (bzip2 (package (inherit bzip2)
                 (arguments
                  (substitute-keyword-arguments (package-arguments bzip2)