forked from mirrors/nixpkgs
cc-wrapper: Remove obsolete assertion
This was just causing evaluation problems on cross.
This commit is contained in:
parent
51179c6e88
commit
a44bbc72e6
|
@ -21,8 +21,6 @@ assert !nativeTools ->
|
|||
assert !(nativeLibc && noLibc);
|
||||
assert (noLibc || nativeLibc) == (libc == null);
|
||||
|
||||
assert stdenv.targetPlatform != stdenv.hostPlatform -> runCommand != null;
|
||||
|
||||
# For ghdl (the vhdl language provider to gcc) we need zlib in the wrapper.
|
||||
assert cc.langVhdl or false -> zlib != null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue