guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d6464a8c60d606d28d9b0c58f003341fd91ed96b
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Sep 22 01:01:08 2025 +0200
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 <[email protected]>
---
gnu/packages/mail.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c487aaa4a4..99bfddd43e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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