cc-wrapper: set dontCheckForBrokenSymlinks (#376202)

This commit is contained in:
Vladimír Čunát
2025-01-27 08:08:51 +01:00
@@ -340,6 +340,10 @@ stdenvNoCC.mkDerivation {
dontConfigure = true;
enableParallelBuilding = true;
# TODO(@connorbaker):
# This is a quick fix unblock builds broken by https://github.com/NixOS/nixpkgs/pull/370750.
dontCheckForBrokenSymlinks = true;
unpackPhase = ''
src=$PWD
'';