Loading pkgs/stdenv/generic/check-meta.nix +4 −2 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ let toList isList elem unique ; inherit (lib.meta) Loading Loading @@ -667,8 +668,9 @@ let # Maintainers should be inclusive of teams. # Note that there may be external consumers of this API (repology, for instance) - # if you add a new maintainer or team attribute please ensure that this expectation is still met. maintainers = attrs.meta.maintainers or [ ] ++ concatMap (team: team.members or [ ]) attrs.meta.teams or [ ]; maintainers = unique ( attrs.meta.maintainers or [ ] ++ concatMap (team: team.members or [ ]) attrs.meta.teams or [ ] ); identifiers = let Loading Loading
pkgs/stdenv/generic/check-meta.nix +4 −2 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ let toList isList elem unique ; inherit (lib.meta) Loading Loading @@ -667,8 +668,9 @@ let # Maintainers should be inclusive of teams. # Note that there may be external consumers of this API (repology, for instance) - # if you add a new maintainer or team attribute please ensure that this expectation is still met. maintainers = attrs.meta.maintainers or [ ] ++ concatMap (team: team.members or [ ]) attrs.meta.teams or [ ]; maintainers = unique ( attrs.meta.maintainers or [ ] ++ concatMap (team: team.members or [ ]) attrs.meta.teams or [ ] ); identifiers = let Loading