gnu: gnu-make-boot0: Don't include debug output.
* gnu/packages/commencement.scm (gnu-make-boot0)[outputs]: Remove debug from inherited outputs.
This commit is contained in:
parent
33bb89c939
commit
21ec74fc14
1 changed files with 1 additions and 0 deletions
|
@ -2403,6 +2403,7 @@ exec " gcc "/bin/" program
|
|||
(define gnu-make-boot0
|
||||
(package
|
||||
(inherit gnu-make)
|
||||
(outputs (delete "debug" (package-outputs gnu-make)))
|
||||
(source (bootstrap-origin (package-source gnu-make)))
|
||||
(name "make-boot0")
|
||||
(arguments
|
||||
|
|
Reference in a new issue