mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
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:
@@ -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 New Issue
Block a user