gnu: cross-libc: Remove the "debug" output.
authorLudovic Courtès <ludo@gnu.org>
Thu, 4 Jul 2013 09:08:28 +0000 (11:08 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 4 Jul 2013 09:08:28 +0000 (11:08 +0200)
* gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the
  `outputs' field.

gnu/packages/cross-base.scm

index 29a81f1..ca8d432 100644 (file)
@@ -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)