mhw pushed a commit to branch core-updates
in repository guix.
commit b17f7238460a021f7391a0b31da4e1d27e98cb72
Author: Mark H Weaver <[email protected]>
Date: Fri Mar 23 02:36:33 2018 -0400
gnu: gnupg@1: Return #t from all phases.
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Return #t from
the 'patch-check-sh' phase.
---
gnu/packages/gnupg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 555f400..4f3bf9a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -355,7 +355,8 @@ libskba (working with X.509 certificates and CMS data).")
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
- (("/bin/sh") (which "sh"))))))))))
+ (("/bin/sh") (which "sh")))
+ #t)))))))
(define-public gpgme
(package