tests.pkg-config.defaultPkgConfigPackages: fix cross compilation

This commit is contained in:
Nick Cao 2023-05-13 12:55:00 +08:00
parent 60bd5e9f29
commit d2c39ba0b0
No known key found for this signature in database

View file

@ -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;
};