mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: plover: Fix build.
* gnu/packages/stenography.scm (plover)[native-inputs]: Add python-wheel. Change-Id: I7bff15ceaea01fa7e64c93eb127553b0a057f23e
This commit is contained in:
parent
6fb2ba00a6
commit
b3c6424eb9
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue