forked from mirrors/nixpkgs
forceSystem: Inherit crossSystem' and
platform'.
svn path=/nixpkgs/trunk/; revision=33119
This commit is contained in:
parent
5d066bdbce
commit
eaab66d11a
|
@ -142,7 +142,8 @@ let
|
||||||
# Override system. This is useful to build i686 packages on x86_64-linux.
|
# Override system. This is useful to build i686 packages on x86_64-linux.
|
||||||
forceSystem = system: (import ./all-packages.nix) {
|
forceSystem = system: (import ./all-packages.nix) {
|
||||||
inherit system;
|
inherit system;
|
||||||
inherit bootStdenv noSysDirs gccWithCC gccWithProfiling config;
|
inherit bootStdenv noSysDirs gccWithCC gccWithProfiling config
|
||||||
|
crossSystem platform;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue