From e042567145235a659dd84a8c3f3d4825ed800a8e Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Sat, 29 Apr 2023 00:32:06 -0400 Subject: gnu: plover: Fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes this error in tests: `pkg_resources.DistributionNotFound: The 'wcwidth' distribution was not found and is required by the application` * gnu/packages/stenography.scm (plover)[inputs]: Add python-wcwidth. Signed-off-by: Ludovic Courtès --- gnu/packages/stenography.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/stenography.scm b/gnu/packages/stenography.scm index f95910dcff..67f9754652 100644 --- a/gnu/packages/stenography.scm +++ b/gnu/packages/stenography.scm @@ -105,6 +105,7 @@ (define-public plover python-pyqt python-pyserial python-rtf-tokenize + python-wcwidth python-xlib qtsvg-5)) (home-page "https://www.openstenoproject.org/plover/") -- cgit v1.2.3