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:
Efraim Flashner 2021-03-09 15:47:35 +02:00
parent 21ec74fc14
commit 870cca7260
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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