summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/stage.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-07-05 14:04:52 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-05 14:04:52 -0400
commitc491a99362af31a53d9be6220e268d5b594bae29 (patch)
tree9549515850753891a5ee43a7f9ca81a496e4f2a7 /pkgs/top-level/stage.nix
parent5b357d90370a7994daf1cad76a8bf8d06cb199d6 (diff)
treewide: remove callPackage_i686
This has been replaced with pkgsi686Linux.callPackage
Diffstat (limited to 'pkgs/top-level/stage.nix')
-rw-r--r--pkgs/top-level/stage.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix
index e3add047fe38..39dd00b66d52 100644
--- a/pkgs/top-level/stage.nix
+++ b/pkgs/top-level/stage.nix
@@ -130,8 +130,6 @@ let
#
# - forceLibc
# - forceSystem
- #
- # For legacy purposes, callPackage_i686 is also included here.
otherPackageSets = self: super: {
# This maps each entry in lib.systems.examples to its own package
# set. Each of these will contain all packages cross compiled for
@@ -168,9 +166,6 @@ let
platform = stdenv.hostPlatform.platform // { inherit kernelArch; };
};
};
-
- # Legacy attributes that are slated for removal...
- callPackage_i686 = self.pkgsi686Linux.callPackage;
};
# The complete chain of package set builders, applied from top to bottom.