Age | Commit message (Expand) | Author |
---|---|---|
2023-04-30 | 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> | kiasoc5 |
2023-01-03 | gnu: dbus: Add dbus to inputs....* gnu/packages/stenography.scm (plover): Add dbus to inputs and LD_LIBRARY_PATH. Plover tries to load dbus during startup (visible with --log-level debug). This will allow it to find it. [inputs]: Add dbus. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Parnikkapore |
2023-01-03 | gnu: plover: Wrap so that icons can be found....* gnu/packages/stenography.scm (plover): Wrap and add qtsvg to QT_PLUGIN_PATH This is needed for the icons in Plover's UI to appear. [inputs]: Add BASH-MINIMAL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Parnikkapore |
2022-10-25 | gnu: plover: Update to 4.0.0.dev12....* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev12. [arguments]<#:phases>: Add phase to properly run tests, and skip failing one. [native-inputs]: Add PYTHON-BABEL, PYTHON-MOCK, PYTHON-PYTEST-QT, PYTHON,PYTEST-XVFB. [inputs]: Remove PYTHON-PYQT, PYTHON-BABEL. Add PYTHON-PLOVER-STROKE, PYTHON-PYQT, PYTHON-RTF-TOKENIZE, QTSVG-5. (python-plover-stroke): New variable. | Nicolas Goaziou |