guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/66: gnu: glibc-hurd-headers: Return #t from all phases.


From: Mark H. Weaver
Subject: 19/66: gnu: glibc-hurd-headers: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:42 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit b4c4f3399c79cd0974922d2009d274dfb614d36b
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:29:03 2018 -0400

    gnu: glibc-hurd-headers: Return #t from all phases.
    
    * gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom
    install phase.
---
 gnu/packages/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 275d109..00d9fe5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]