Skip to content
Snippets Groups Projects
Commit e47185a4 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add
  `outputs' field.
parent f989fa39
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,10 @@ (define %static-inputs ...@@ -127,7 +127,10 @@ (define %static-inputs
;; 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment