mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <ludo@gnu.org>
This commit is contained in:
parent
1bfba9086c
commit
e042567145
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@
|
|||
python-pyqt
|
||||
python-pyserial
|
||||
python-rtf-tokenize
|
||||
python-wcwidth
|
||||
python-xlib
|
||||
qtsvg-5))
|
||||
(home-page "https://www.openstenoproject.org/plover/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue