Do not try to create $localstatedir (aka. /var) since we don't have write access. --- findutils-4.4.2/locate/Makefile.in 2015-06-04 12:40:52.690935795 +0200 +++ findutils-4.4.2/locate/Makefile.in 2015-06-04 12:41:32.087286685 +0200 @@ -1212,7 +1212,7 @@ updatedb: updatedb.sh Makefile chmod +x $@ install-data-hook: - $(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir) + true dblocation.texi: Makefile echo '@set LOCATE_DB $(LOCATE_DB)' > $@ .png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/stenography.scm
AgeCommit message (Expand)Author
2023-04-30gnu: 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-03gnu: 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-03gnu: 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-25gnu: 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