aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/stage.nix
diff options
context:
space:
mode:
authorhsloan <ishaqsloan@gmail.com>2017-06-28 17:39:33 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-06-28 21:29:08 -0400
commit9f156f4a8a945dee1beeb49f6c2acb395c0af9c8 (patch)
tree0692b1ea9fa952e398c935cc8ab60f45c7cccb1c /pkgs/top-level/stage.nix
parent10685e395655b0ccf5e863d948c79dd153db923e (diff)
top-level: stdenv.cross vanquished
Diffstat (limited to 'pkgs/top-level/stage.nix')
-rw-r--r--pkgs/top-level/stage.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix
index f6e7f41ed883..2a8f4ff4b3cf 100644
--- a/pkgs/top-level/stage.nix
+++ b/pkgs/top-level/stage.nix
@@ -110,8 +110,6 @@ let
in {
stdenv = super.stdenv // {
inherit (buildPlatform) platform;
- } // lib.optionalAttrs (hostPlatform != buildPlatform) {
- cross = hostPlatform;
};
inherit (buildPlatform) system platform;
};