diff mbox series

[bug#63164] gnu: plover: Fix build.

Message ID 20230429043206.146508-1-kiasoc5@disroot.org
State New
Headers show
Series [bug#63164] gnu: plover: Fix build. | expand

Commit Message

kiasoc5 April 29, 2023, 4:32 a.m. UTC
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(+)


base-commit: 4884ee6dd4b1694a4a502dd8058d6c61fa0c0199

Comments

Ludovic Courtès April 30, 2023, 9:17 p.m. UTC | #1
kiasoc5 <kiasoc5@disroot.org> skribis:

> 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.

Applied, thanks!
diff mbox series

Patch

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/")