guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: kiasoc5
Subject: [bug#63164] [PATCH] gnu: plover: Fix build.
Date: Sat, 29 Apr 2023 00:32:06 -0400

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(+)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]