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:
parent
57cb5fe1f2
commit
7c3588d8dd
@ -41,7 +41,8 @@ in stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
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 \
|
||||
--config-file=${dbus.daemon}/share/dbus-1/session.conf \
|
||||
meson test --print-errorlogs
|
||||
|
Loading…
x
Reference in New Issue
Block a user