nckx pushed a commit to branch master
in repository guix.

commit 4cb22c07d2141b118572704d28c35290c297696b
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: python-notmuch: Remove trailing #t from phase.
    
    * gnu/packages/mail.scm (python-notmuch):
    [arguments]: Don't explicitly return #t from phase.
---
 gnu/packages/mail.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8b58d5029f..c9fa62a1f3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1474,8 +1474,7 @@ useful for email address completion.")
              (let ((notmuch (assoc-ref inputs "notmuch")))
                (substitute* "notmuch/globals.py"
                  (("libnotmuch\\.so\\.")
-                  (string-append notmuch "/lib/libnotmuch.so.")))
-               #t))))))
+                  (string-append notmuch "/lib/libnotmuch.so.")))))))))
     (home-page (package-home-page notmuch))
     (synopsis "Python bindings of the Notmuch mail indexing library")
     (description

Reply via email to