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
|
@ -250,6 +250,10 @@ XBINUTILS and the cross tool chain."
|
|||
(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 New Issue