mhw pushed a commit to branch core-updates
in repository guix.
commit ac8281214f6a2891addebd9072e4f95e2b12b35c
Author: Mark H Weaver <[email protected]>
Date: Fri Mar 23 02:31:18 2018 -0400
gnu: gmime: Return #t from all phases.
* gnu/packages/mail.scm (gmime)[arguments]: Return #t from
the 'patch-paths-in-tests' phase.
---
gnu/packages/mail.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 40e8e53..9a72a00 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -429,7 +429,8 @@ It adds a large amount of new and improved features to
mutt.")
(let* ((base (basename prog-path))
(prog (which base)))
(string-append pre
- (or prog (error "not found: "
base))))))))))))
+ (or prog (error "not found: " base))))))
+ #t))))))
(home-page "http://spruce.sourceforge.net/gmime/")
(synopsis "MIME message parser and creator library")
(description