guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/66: gnu: gmime: Return #t from all phases.


From: Mark H. Weaver
Subject: 20/66: gnu: gmime: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:42 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit ac8281214f6a2891addebd9072e4f95e2b12b35c
Author: Mark H Weaver <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]