Move merge of stdenvDefault from the self attribute to the returned value of pkgsFun.

This commit is contained in:
Nicolas B. Pierron 2016-03-20 13:47:31 +00:00
parent be3531a56e
commit f7c86ee018

View File

@ -163,7 +163,7 @@ let
}; };
self = with pkgs; stdenvDefault // { self = with pkgs; {
# Make some arguments passed to all-packages.nix available # Make some arguments passed to all-packages.nix available
inherit system platform; inherit system platform;
@ -16480,7 +16480,7 @@ tweakAlias = _n: alias: with lib;
else alias; else alias;
in in
lib.mapAttrs tweakAlias aliases // helperFunctions // self // overrides; lib.mapAttrs tweakAlias aliases // helperFunctions // stdenvDefault // self // overrides;
in in
pkgs pkgs