testers.hasPkgConfigModules: Fix meta propagation

Needs to forward `nonTeamMaintainers` instead of `maintainers`, because
the latter is autopopulated from the former, which in case of teams
means all teams members would be added as well.

This is what caused an update to curlMinimal to request individual team
members instead of the team itself: https://github.com/NixOS/nixpkgs/pull/534906
This commit is contained in:
Silvan Mosberger
2026-06-24 15:27:13 +02:00
parent aac99280b7
commit b8a0cab8d5
@@ -30,7 +30,7 @@ runCommand testName
broken = throw "unused";
insecure = throw "unused";
license = throw "unused";
maintainers = throw "unused";
nonTeamMaintainers = throw "unused";
teams = throw "unused";
platforms = throw "unused";
unfree = throw "unused";