Don't include /no-such-path in buildInputs
This commit is contained in:
@@ -98,7 +98,7 @@ rec {
|
||||
|
||||
|
||||
stdenvBoot0 = makeStdenv {
|
||||
cc = "/no-such-path";
|
||||
cc = null;
|
||||
fetchurl = null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user