Merge pull request #130480 from Mindavi/libgxps/cross

This commit is contained in:
Sandro
2021-07-17 22:44:16 +02:00
committed by GitHub
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Denable-test=false"
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
"-Ddisable-introspection=true"
];
passthru = {