mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +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")))
|
(let ((notmuch (assoc-ref inputs "notmuch")))
|
||||||
(substitute* "notmuch/globals.py"
|
(substitute* "notmuch/globals.py"
|
||||||
(("libnotmuch\\.so\\.")
|
(("libnotmuch\\.so\\.")
|
||||||
(string-append notmuch "/lib/libnotmuch.so.")))
|
(string-append notmuch "/lib/libnotmuch.so.")))))))))
|
||||||
#t))))))
|
|
||||||
(home-page (package-home-page notmuch))
|
(home-page (package-home-page notmuch))
|
||||||
(synopsis "Python bindings of the Notmuch mail indexing library")
|
(synopsis "Python bindings of the Notmuch mail indexing library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue