Merge pull request #231600 from NickCao/pkg-config-test

tests.pkg-config.defaultPkgConfigPackages: fix cross compilation
This commit is contained in:
Robert Hensing 2023-05-15 23:45:14 +02:00 committed by GitHub
commit 9129b6bc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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