From b3c6424eb92c752105b18820861db1ddbecaaf53 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 21 Apr 2025 21:15:23 +0800 Subject: [PATCH] gnu: plover: Fix build. * gnu/packages/stenography.scm (plover)[native-inputs]: Add python-wheel. Change-Id: I7bff15ceaea01fa7e64c93eb127553b0a057f23e --- gnu/packages/stenography.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/stenography.scm b/gnu/packages/stenography.scm index 6c68abe24ac..687a23e85a4 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