gnu: glibc-hurd-headers: Return #t from all phases.
authorMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 06:29:03 +0000 (02:29 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 08:42:06 +0000 (04:42 -0400)
* gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom
install phase.

gnu/packages/base.scm

index 275d109..00d9fe5 100644 (file)
@@ -1091,7 +1091,8 @@ command.")
                (let ((out (assoc-ref outputs "out")))
                  (close-port
                   (open-output-file
-                   (string-append out "/include/gnu/stubs.h"))))))
+                   (string-append out "/include/gnu/stubs.h"))))
+               #t))
            (delete 'build)              ; nothing to build
            (add-before 'configure 'patch-configure-script
              (lambda _