mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: coreutils-boot0: Don't include debug output.
* gnu/packages/commencement.scm (coreutils-boot0)[outputs]: Remove debug from inherited outputs.
This commit is contained in:
parent
21ec74fc14
commit
870cca7260
1 changed files with 1 additions and 0 deletions
|
@ -2446,6 +2446,7 @@ exec " gcc "/bin/" program
|
|||
(define coreutils-boot0
|
||||
(package
|
||||
(inherit coreutils)
|
||||
(outputs (delete "debug" (package-outputs coreutils)))
|
||||
(source (bootstrap-origin (package-source coreutils)))
|
||||
(name "coreutils-boot0")
|
||||
(native-inputs `())
|
||||
|
|
Loading…
Reference in a new issue