Merge pull request #99176 from Ericson2314/meson-remove-extra-cc
meson: Remove propagated native C compiler
This commit is contained in:
commit
5bafec36ef
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user