3
0
Fork 0
forked from mirrors/nixpkgs

cc-wrapper: Remove obsolete assertion

This was just causing evaluation problems on cross.
This commit is contained in:
John Ericson 2017-09-18 19:22:22 -04:00
parent 51179c6e88
commit a44bbc72e6

View file

@ -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;