gnu: make-bootstrap: Fix %glibc-stripped.
authorLudovic Courtès <ludo@gnu.org>
Sun, 28 Apr 2013 22:28:36 +0000 (00:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 28 Apr 2013 22:28:36 +0000 (00:28 +0200)
* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.

gnu/packages/make-bootstrap.scm

index 40e3e21..de4e0dc 100644 (file)
                                (string-append incdir "/asm-generic"))
              #t))))
       (inputs `(("libc" ,glibc)
-                ("linux-headers" ,linux-libre-headers))))))
+                ("linux-headers" ,linux-libre-headers)))
+
+      ;; Only one output.
+      (outputs '("out")))))
 
 (define %gcc-static
   ;; A statically-linked GCC, with stripped-down functionality.