Loading pkgs/top-level/pkg-config/tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/top-level/pkg-config/tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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