mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: commencement: Remove "debug" output of GCC-FINAL.
Fixes a regression introduced in 9063ef0
.
* gnu/packages/commencement.scm (gcc-final)[outputs]: New field.
This commit is contained in:
parent
d0b62698c9
commit
ab999c2516
1 changed files with 6 additions and 0 deletions
|
@ -553,6 +553,12 @@ (define-public gcc-final
|
|||
(package (inherit gcc-boot0)
|
||||
(name "gcc")
|
||||
(location (source-properties->location (current-source-location)))
|
||||
|
||||
;; XXX: Currently #:allowed-references applies to all the outputs but the
|
||||
;; "debug" output contains disallowed references, notably
|
||||
;; linux-libre-headers. Disable the debugging output to work around that.
|
||||
(outputs (delete "debug" (package-outputs gcc-boot0)))
|
||||
|
||||
(arguments
|
||||
`(#:guile ,%bootstrap-guile
|
||||
#:implicit-inputs? #f
|
||||
|
|
Loading…
Reference in a new issue