libhandy: fix build

Tests failed with:
(/build/source/build/tests/test-dialog:8953): Gtk-WARNING **: 17:06:30.557: Could not find the icon 'window-close-symbolic-ltr'.
The 'hicolor' theme was not found either, perhaps you need to install it.

See: https://hydra.nixos.org/build/88479512
This commit is contained in:
worldofpeace 2019-02-10 21:40:18 -05:00
parent 57cb5fe1f2
commit 7c3588d8dd

View File

@ -41,7 +41,8 @@ in stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
checkPhase = '' checkPhase = ''
export NO_AT_BRIDGE=1 NO_AT_BRIDGE=1 \
XDG_DATA_DIRS="$XDG_DATA_DIRS:${hicolor-icon-theme}/share" \
xvfb-run -s '-screen 0 800x600x24' dbus-run-session \ xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
--config-file=${dbus.daemon}/share/dbus-1/session.conf \ --config-file=${dbus.daemon}/share/dbus-1/session.conf \
meson test --print-errorlogs meson test --print-errorlogs