summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-30 12:01:22 +0000
committerGitHub <noreply@github.com>2023-01-30 12:01:22 +0000
commit1a06f52c217f490c7aae2160a9dcec217b7d2e46 (patch)
tree52af50ce41d15555533f43fa1d434dcdfe894fdc /pkgs/test
parentc54cb212170e7d80c7431a9db25a19ed7f0ecda7 (diff)
parent425b82b4b2ad1f6348a547199cffc1e85c35aa6b (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 818001018b3ae..39039c5950e46 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -51,6 +51,8 @@ with pkgs;
 
   php = recurseIntoAttrs (callPackages ./php {});
 
+  pkg-config = recurseIntoAttrs (callPackage ../top-level/pkg-config/tests.nix { });
+
   rustCustomSysroot = callPackage ./rust-sysroot {};
   buildRustCrate = callPackage ../build-support/rust/build-rust-crate/test { };
   importCargoLock = callPackage ../build-support/rust/test/import-cargo-lock { };