Archived
1
0
Fork 0

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:
Efraim Flashner 2021-03-09 15:47:07 +02:00
parent 33bb89c939
commit 21ec74fc14
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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