mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
tests.pkg-config.defaultPkgConfigPackages: fix cross compilation
This commit is contained in:
parent
60bd5e9f29
commit
d2c39ba0b0
@ -9,7 +9,7 @@ let
|
||||
# unsupported platform problems.
|
||||
allPkgs = import ../default.nix {
|
||||
system = stdenv.hostPlatform.system;
|
||||
localSystem = stdenv.hostPlatform.system;
|
||||
localSystem = stdenv.buildPlatform.system;
|
||||
config = {
|
||||
allowUnsupportedSystem = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user