Loading pkgs/top-level/pkg-config/tests.nix +2 −2 Original line number Diff line number Diff line # cd nixpkgs # nix-build -A tests.pkg-config { lib, stdenv, ... }: { lib, config, stdenv, ... }: let # defaultPkgConfigPackages test needs a Nixpkgs with allowUnsupportedPlatform Loading @@ -10,7 +10,7 @@ let allPkgs = import ../default.nix { system = stdenv.hostPlatform.system; localSystem = stdenv.buildPlatform.system; config = { config = config // { allowUnsupportedSystem = true; }; overlays = []; Loading Loading
pkgs/top-level/pkg-config/tests.nix +2 −2 Original line number Diff line number Diff line # cd nixpkgs # nix-build -A tests.pkg-config { lib, stdenv, ... }: { lib, config, stdenv, ... }: let # defaultPkgConfigPackages test needs a Nixpkgs with allowUnsupportedPlatform Loading @@ -10,7 +10,7 @@ let allPkgs = import ../default.nix { system = stdenv.hostPlatform.system; localSystem = stdenv.buildPlatform.system; config = { config = config // { allowUnsupportedSystem = true; }; overlays = []; Loading