guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: plover: Fix build.


From: guix-commits
Subject: 14/15: gnu: plover: Fix build.
Date: Sun, 30 Apr 2023 17:22:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e042567145235a659dd84a8c3f3d4825ed800a8e
Author: kiasoc5 <kiasoc5@disroot.org>
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 <ludo@gnu.org>
---
 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/";)



reply via email to

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