gupnp: enable introspection on cross builds

This commit is contained in:
Colin 2023-03-24 08:30:26 +00:00
parent 0be8a34fa9
commit 8018314491

View file

@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dgtk_doc=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
"-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
];
# Bail out! ERROR:../tests/test-bugs.c:168:test_on_timeout: code should not be reached