lol

gstreamer-base: support cross-compilation

This should also at least enable cross support for gstreamer-plugins-good

+1
+1
pkgs/development/libraries/gstreamer/base/default.nix
··· 107 107 "-Dgl_winsys=${lib.concatStringsSep "," (lib.optional enableX11 "x11" ++ lib.optional enableWayland "wayland" ++ lib.optional enableCocoa "cocoa")}" 108 108 ] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ 109 109 "-Dintrospection=disabled" 110 + "-Dtests=disabled" 110 111 ] 111 112 ++ lib.optional (!enableX11) "-Dx11=disabled" 112 113 # TODO How to disable Wayland?