libgxps: support cross-compilation

This commit is contained in:
Rick van Schijndel 2021-07-17 21:42:50 +02:00
parent 99c4a49204
commit 0aad66e2a2

View file

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