From ec22768c118bde3e8767798699dd8130f5a552d2 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 4 Apr 2025 21:16:36 +0200 Subject: [PATCH] gnu: autokey: Add missing native-inputs. * gnu/packages/python-xyz.scm (autokey)[native-inputs]: Add python-wheel. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f4d9f3715d56992cae8293f6095cfd1018fe0d2..9c98f9293d29ad72e7bf0c9ba582d68266d09924 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7949,7 +7949,11 @@ structure for Python.") (setenv "LANG" "") ;; required for tests/test_configmanager.py (setenv "HOME" "/tmp")))))) - (native-inputs (list python-pytest python-pytest-cov python-pyhamcrest)) + (native-inputs + (list python-pytest + python-pytest-cov + python-pyhamcrest + python-wheel)) (inputs (list bash-minimal ; for wrap-program gtksourceview-3