mhw pushed a commit to branch core-updates
in repository guix.
commit b4c4f3399c79cd0974922d2009d274dfb614d36b
Author: Mark H Weaver <[email protected]>
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 _