misc: Remove almost all uses of stdenv.{ccCross,binutils}

This commit is contained in:
John Ericson
2017-06-22 17:53:52 -04:00
committed by John Ericson
parent d016637629
commit 12795a7068
9 changed files with 14 additions and 16 deletions
@@ -370,7 +370,6 @@ stdenv.mkDerivation {
crossAttrs = {
shell = shell.crossDrv + shell.crossDrv.shellPath;
libc = stdenv.ccCross.libc;
};
meta =