diff options
-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 |