top-level: stdenv.cross vanquished

This commit is contained in:
hsloan
2017-06-28 21:29:08 -04:00
committed by John Ericson
parent 10685e3956
commit 9f156f4a8a
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -110,8 +110,6 @@ let
in {
stdenv = super.stdenv // {
inherit (buildPlatform) platform;
} // lib.optionalAttrs (hostPlatform != buildPlatform) {
cross = hostPlatform;
};
inherit (buildPlatform) system platform;
};