mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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.
|
||||
forceSystem = system: (import ./all-packages.nix) {
|
||||
inherit system;
|
||||
inherit bootStdenv noSysDirs gccWithCC gccWithProfiling config;
|
||||
inherit bootStdenv noSysDirs gccWithCC gccWithProfiling config
|
||||
crossSystem platform;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user