me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add
  `outputs' field.
master
Ludovic Courtès 2013-08-28 22:43:01 +02:00
parent f989fa392f
commit e47185a4a7
1 changed files with 4 additions and 1 deletions

View File

@ -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)