Don't include /no-such-path in buildInputs

This commit is contained in:
Eelco Dolstra
2015-06-15 19:26:52 +02:00
parent 42d94b6f15
commit d72538be8d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;