mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cross-libc: Remove the "debug" output.
* gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the `outputs' field.
This commit is contained in:
parent
9bf62d9b1d
commit
a4627d498a
1 changed files with 4 additions and 0 deletions
|
@ -250,6 +250,10 @@ (define xlinux-headers
|
|||
(string-append linux "/include"))
|
||||
#t))
|
||||
,phases))))
|
||||
|
||||
;; Remove the "debug" output since stripping is disabled.
|
||||
(outputs (delete "debug" (package-outputs glibc)))
|
||||
|
||||
(propagated-inputs `(("cross-linux-headers" ,xlinux-headers)))
|
||||
(native-inputs `(("cross-gcc" ,xgcc)
|
||||
("cross-binutils" ,xbinutils)
|
||||
|
|
Loading…
Reference in a new issue