gnu: glibc-final-with-bootstrap-bash-boot0: Don't include debug output.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash-boot0) [outputs]: Remove debug from inherited outputs.master
parent
282a159a4b
commit
d4d132bc84
|
@ -3180,6 +3180,7 @@ memoized as a function of '%current-system'."
|
|||
(package
|
||||
(inherit glibc)
|
||||
(name "glibc-intermediate")
|
||||
(outputs (delete "debug" (package-outputs glibc)))
|
||||
(source (bootstrap-origin (package-source glibc)))
|
||||
(arguments
|
||||
`(#:guile ,%bootstrap-guile
|
||||
|
|
Reference in New Issue