From e31262c3eef88eee80d950f0fd604f4ecaa634bb Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Thu, 13 Oct 2022 21:41:13 +0200 Subject: [PATCH] at-spi2-core: make introspection unconditional We don't need to make it conditional anymore, this added line broke the gtk3 build. With this the (cross) gtk3 build is working again. --- pkgs/development/libraries/at-spi2-core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix index 76687764586..3a2f446cf84 100644 --- a/pkgs/development/libraries/at-spi2-core/default.nix +++ b/pkgs/development/libraries/at-spi2-core/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { doCheck = false; mesonFlags = [ - "-Dintrospection=${if stdenv.buildPlatform == stdenv.hostPlatform then "yes" else "no"}" + "-Dintrospection=yes" # Provide dbus-daemon fallback when it is not already running when # at-spi2-bus-launcher is executed. This allows us to avoid # including the entire dbus closure in libraries linked with