gnome-builder: fix test after gtk4 4.8.3 bump
See https://github.com/NixOS/nixpkgs/pull/207546 NO_AT_BRIDGE should not be needed with GTK 4 since it no longer uses AT-SPI2-ATK.
This commit is contained in:
parent
ead8d4e9a0
commit
6e8dd6c35b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
checkPhase = ''
|
||||
export NO_AT_BRIDGE=1
|
||||
GTK_A11Y=none \
|
||||
xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
|
||||
--config-file=${dbus}/share/dbus-1/session.conf \
|
||||
meson test --print-errorlogs
|
||||
|
|
Loading…
Reference in a new issue