fix nonexistent cc path in bootstrap stdenv
This commit is contained in:
parent
e26b421b71
commit
3790cb7d43
@ -70,7 +70,7 @@ in rec {
|
|||||||
|
|
||||||
name = "stdenv-darwin-boot-${toString step}";
|
name = "stdenv-darwin-boot-${toString step}";
|
||||||
|
|
||||||
cc = if isNull last then "/no-such-path" else import ../../build-support/cc-wrapper {
|
cc = if isNull last then "/dev/null" else import ../../build-support/cc-wrapper {
|
||||||
inherit shell;
|
inherit shell;
|
||||||
inherit (last) stdenv;
|
inherit (last) stdenv;
|
||||||
inherit (last.pkgs.darwin) dyld;
|
inherit (last.pkgs.darwin) dyld;
|
||||||
|
Loading…
Reference in New Issue
Block a user