kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
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.
---
gnu/packages/stenography.scm | 1 +
1 file changed, 1 insertion(+)
Toggle diff (16 lines)
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/")
base-commit: 4884ee6dd4b1694a4a502dd8058d6c61fa0c0199
--
2.40.1