gnu: coreutils-boot0: Don't include debug output.
* gnu/packages/commencement.scm (coreutils-boot0)[outputs]: Remove debug from inherited outputs.master
parent
21ec74fc14
commit
870cca7260
|
@ -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 `())
|
||||
|
|
Reference in New Issue