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
|
, stdenv
|
||||||
, writeTextDir
|
, writeTextDir
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, pkgsHostHost
|
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -61,10 +60,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
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
|
# 0.45 update enabled tests but they are failing
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
# checkInputs = [ ninja pkgconfig ];
|
# checkInputs = [ ninja pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user