mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 4 additions and 1 deletions
|
@ -127,7 +127,10 @@ (define %static-inputs
|
|||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue