From 6e8dd6c35beba5e8259bd59038c1af6e7e26aeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 25 Dec 2022 11:09:09 +0100 Subject: [PATCH] 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. --- pkgs/applications/editors/gnome-builder/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix index 634fd79282d4..bacc629448bc 100644 --- a/pkgs/applications/editors/gnome-builder/default.nix +++ b/pkgs/applications/editors/gnome-builder/default.nix @@ -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