about 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:57 +0000
committerGitHub <noreply@github.com>2023-01-30 12:01:57 +0000
commit645af55243a863c174aa78fdf329930021aebb3d (patch)
treebb05a00f137a2a559f899f888b289f388e0dbd6b /pkgs/test
parent6ad639f20a194860a5394155f3154e30789479af (diff)
parent1a06f52c217f490c7aae2160a9dcec217b7d2e46 (diff)
Merge staging-next into staging
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 { };