guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: python-notmuch: Remove trailing #t from phase.


From: guix-commits
Subject: 07/10: gnu: python-notmuch: Remove trailing #t from phase.
Date: Fri, 10 Jun 2022 09:36:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4cb22c07d2141b118572704d28c35290c297696b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

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