diff options
author | Zheng Junjie <z572@z572.online> | 2025-04-21 21:15:23 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-21 21:17:10 +0800 |
commit | b3c6424eb92c752105b18820861db1ddbecaaf53 (patch) | |
tree | c864a8704136da10c6e968c774bc2f98f6d79da7 | |
parent | 6fb2ba00a6aa43b65719259d282ba3e8ca59f622 (diff) | |
download | guix-b3c6424eb92c752105b18820861db1ddbecaaf53.tar.gz guix-b3c6424eb92c752105b18820861db1ddbecaaf53.zip |
gnu: plover: Fix build.
* gnu/packages/stenography.scm (plover)[native-inputs]: Add python-wheel.
Change-Id: I7bff15ceaea01fa7e64c93eb127553b0a057f23e
-rw-r--r-- | gnu/packages/stenography.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/stenography.scm b/gnu/packages/stenography.scm index 6c68abe24a..687a23e85a 100644 --- a/gnu/packages/stenography.scm +++ b/gnu/packages/stenography.scm @@ -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 |