cc-wrapper: set dontCheckForBrokenSymlinks (#376202)
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user