From ac8281214f6a2891addebd9072e4f95e2b12b35c Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 02:31:18 -0400 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 40e8e53aaf..9a72a00a58 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 -- cgit v1.2.3