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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user