cc-wrapper: Remove unneeded crossAttrs

This commit is contained in:
John Ericson 2017-01-15 13:40:32 -05:00
parent 92edcb7ebb
commit 09401d44eb

View File

@ -281,9 +281,6 @@ stdenv.mkDerivation {
crossAttrs = {
shell = shell.crossDrv + shell.crossDrv.shellPath;
libc = stdenv.ccCross.libc;
coreutils = coreutils.crossDrv;
binutils = binutils.crossDrv;
cc = cc.crossDrv;
#
# This is not the best way to do this. I think the reference should be
# the style in the gcc-cross-wrapper, but to keep a stable stdenv now I