civodul pushed a commit to branch master
in repository guix.
commit e042567145235a659dd84a8c3f3d4825ed800a8e
Author: kiasoc5 <[email protected]>
AuthorDate: Sat Apr 29 00:32:06 2023 -0400
gnu: plover: Fix build.
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 <[email protected]>
---
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 @@
python-pyqt
python-pyserial
python-rtf-tokenize
+ python-wcwidth
python-xlib
qtsvg-5))
(home-page "https://www.openstenoproject.org/plover/")