···6677## Writing packages providing pkg-config modules
8899-Packages should set `meta.pkgConfigProvides` with the list of package config modules they provide.
99+Packages should set `meta.pkgConfigModules` with the list of package config modules they provide.
1010They should also use `testers.testMetaPkgConfig` to check that the final built package matches that list.
1111Additionally, the [`validatePkgConfig` setup hook](https://nixos.org/manual/nixpkgs/stable/#validatepkgconfig), will do extra checks on to-be-installed pkg-config modules.
1212