~ruther/guix-local

e72a72ae673342dc3fc70d881c105b2c3716288e — Nicolas Graves 6 months ago e970b09
gnu: python-notmuch: Remove python-wheel native-input.

* gnu/packages/mail.scm (python-notmuch)[native-inputs]: Remove
python-wheel.

Change-Id: I9e2ee28200a2ded84700fcd7fea099f3a1b0574a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 5 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -5
@@ 1685,11 1685,8 @@ useful for email address completion.")
                (("libnotmuch\\.so\\.")
                 (format #f "~a/lib/libnotmuch.so."
                         #$(this-package-input "notmuch")))))))))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (inputs
     (list notmuch))
    (native-inputs (list python-setuptools))
    (inputs (list notmuch))
    (home-page (package-home-page notmuch))
    (synopsis "Python bindings of the Notmuch mail indexing library")
    (description