meson: Remove propagated native C compiler

Now that we have a Meson release containting [1], Meson will work fine
without a native compiler, so we don't need this trick anymore.

Fixes #58831

[1]: https://github.com/mesonbuild/meson/pull/6512
This commit is contained in:
John Ericson 2020-09-30 10:28:58 -04:00
parent 046c6a7038
commit f60fc7f61f

View file

@ -3,7 +3,6 @@
, stdenv
, writeTextDir
, substituteAll
, pkgsHostHost
, fetchpatch
}:
@ -63,10 +62,6 @@ python3.pkgs.buildPythonApplication rec {
setupHook = ./setup-hook.sh;
# Ensure there will always be a native C compiler when meson is used, as a
# workaround until https://github.com/mesonbuild/meson/pull/6512 lands.
depsHostHostPropagated = [ pkgsHostHost.stdenv.cc ];
# 0.45 update enabled tests but they are failing
doCheck = false;
# checkInputs = [ ninja pkgconfig ];