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

* gnu/packages/mail.scm (python-notmuch):
[arguments]: Don't explicitly return #t from phase.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:01 +02:00
parent 9ae55f8482
commit 4cb22c07d2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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