Don't include /no-such-path in buildInputs
This commit is contained in:
@@ -86,7 +86,7 @@ rec {
|
||||
};
|
||||
|
||||
cc = if isNull gccPlain
|
||||
then "/no-such-path"
|
||||
then null
|
||||
else lib.makeOverridable (import ../../build-support/cc-wrapper) {
|
||||
nativeTools = false;
|
||||
nativeLibc = false;
|
||||
|
||||
Reference in New Issue
Block a user