about summary refs log tree commit diff
path: root/pkgs/development/libraries/libshumate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libshumate/default.nix')
-rw-r--r--pkgs/development/libraries/libshumate/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libshumate/default.nix b/pkgs/development/libraries/libshumate/default.nix
index 2d7e6c5fb7a2e..4164ef4a46f8f 100644
--- a/pkgs/development/libraries/libshumate/default.nix
+++ b/pkgs/development/libraries/libshumate/default.nix
@@ -61,7 +61,10 @@ stdenv.mkDerivation rec {
   checkPhase = ''
     runHook preCheck
 
-    HOME=$TMPDIR xvfb-run meson test --print-errorlogs
+    env \
+      HOME="$TMPDIR" \
+      GTK_A11Y=none \
+      xvfb-run meson test --print-errorlogs
 
     runHook postCheck
   '';