We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387807b commit e31262cCopy full SHA for e31262c
1 file changed
pkgs/development/libraries/at-spi2-core/default.nix
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
58
doCheck = false;
59
60
mesonFlags = [
61
- "-Dintrospection=${if stdenv.buildPlatform == stdenv.hostPlatform then "yes" else "no"}"
+ "-Dintrospection=yes"
62
# Provide dbus-daemon fallback when it is not already running when
63
# at-spi2-bus-launcher is executed. This allows us to avoid
64
# including the entire dbus closure in libraries linked with
0 commit comments