me
/
guix
Archived
1
0
Fork 0

gnu: gcc-boot0: Don't include debug output.

* gnu/packages/commencement.scm (gcc-boot0)[outputs]: Remove debug
from inherited outputs.
master
Efraim Flashner 2021-03-09 15:47:56 +02:00
parent 870cca7260
commit 282a159a4b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2707,6 +2707,7 @@ exec " gcc "/bin/" program
(package
(inherit gcc)
(name "gcc-cross-boot0")
(outputs (delete "debug" (package-outputs gcc)))
(source (bootstrap-origin (package-source gcc)))
(arguments
`(#:guile ,%bootstrap-guile