geos: Make pkg-config modules test like the others

This commit is contained in:
Meet Barot 2023-10-16 00:28:52 -04:00
parent bda5a3e229
commit 886ae64cab

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
passthru.tests = {
pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; };
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
geos = callPackage ./tests.nix { geos = finalAttrs.finalPackage; };
};