From 4cb22c07d2141b118572704d28c35290c297696b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 5 Jun 2022 02:00:01 +0200 Subject: 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 -- cgit v1.2.3