allStdenvs: Propagate `system'.

svn path=/nixpkgs/trunk/; revision=33898
This commit is contained in:
Ludovic Courtès 2012-04-23 22:31:39 +00:00
parent d44d30b0ba
commit daf8c7fced

View file

@ -195,7 +195,7 @@ let
allStdenvs = import ../stdenv {
inherit system stdenvType platform;
allPackages = args: import ./all-packages.nix ({ inherit config; } // args);
allPackages = args: import ./all-packages.nix ({ inherit config system; } // args);
};
defaultStdenv = allStdenvs.stdenv // { inherit platform; };