gssdp: enable introspection on cross builds
This commit is contained in:
parent
80563f4031
commit
0be8a34fa9
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
|
|||
mesonFlags = [
|
||||
"-Dgtk_doc=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
|
||||
"-Dsniffer=false"
|
||||
"-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
|
||||
];
|
||||
|
||||
# Bail out! GLib-GIO-FATAL-CRITICAL: g_inet_address_to_string: assertion 'G_IS_INET_ADDRESS (address)' failed
|
||||
|
|
Loading…
Reference in a new issue