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
commit 986276e7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Denable-test=false"
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
"-Ddisable-introspection=true"
];
passthru = {