Merge pull request #99176 from Ericson2314/meson-remove-extra-cc

meson: Remove propagated native C compiler
This commit is contained in:
John Ericson
2020-11-15 14:18:15 -05:00
committed by GitHub

View File

@@ -3,7 +3,6 @@
, stdenv
, writeTextDir
, substituteAll
, pkgsHostHost
, fetchpatch
}:
@@ -61,10 +60,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 ];