me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/mail.scm (python-notmuch):
[arguments]: Don't explicitly return #t from phase.
master
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
1 changed files with 1 additions and 2 deletions

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