gnu: plover: Fix build.

* gnu/packages/stenography.scm (plover)[native-inputs]: Add python-wheel.

Change-Id: I7bff15ceaea01fa7e64c93eb127553b0a057f23e
This commit is contained in:
Zheng Junjie 2025-04-21 21:15:23 +08:00
parent 6fb2ba00a6
commit b3c6424eb9
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -34,6 +34,7 @@
#:use-module (gnu packages libusb)
#:use-module (gnu packages linux)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
@ -111,7 +112,8 @@
python-mock
python-pytest
python-pytest-qt
python-pytest-xvfb))
python-pytest-xvfb
python-wheel))
(inputs
(list bash-minimal
dbus