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:
Ludovic Courtès 2013-07-04 11:08:28 +02:00
parent 9bf62d9b1d
commit a4627d498a

View file

@ -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)