mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
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:
parent
9ae55f8482
commit
4cb22c07d2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue