about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-25 11:09:09 +0100
committerNaïm Favier <n@monade.li>2022-12-25 19:26:08 +0100
commit6e8dd6c35beba5e8259bd59038c1af6e7e26aeb5 (patch)
treeda9dbc32912e9bd8b6af3e8960eafe1fe188362f
parentead8d4e9a04a6c821ff0d4b893745ffa6cb74bbe (diff)
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.
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index 634fd79282d40..bacc629448bc1 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