mhw pushed a commit to branch core-updates
in repository guix.
commit ff57d5b18e675abe2f9a437b7eb7487f1df33e44
Author: Mark H Weaver <[email protected]>
Date: Fri Mar 23 03:08:35 2018 -0400
gnu: man-db: Return #t from all phases.
* gnu/packages/man.scm (man-db)[arguments]: Return #t from
the 'patch-test-shebangs' phase.
---
gnu/packages/man.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 644738f..266c1e6 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -79,7 +79,8 @@ a flexible and convenient way.")
(("#! /bin/sh")
(string-append "#!" (which "sh")))))
(remove file-is-directory?
- (find-files "src/tests" ".*"))))))
+ (find-files "src/tests" ".*")))
+ #t)))
(add-after 'unpack 'patch-iconv-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/man.c"