about summary refs log tree commit diff
path: root/doc/languages-frameworks/pkg-config.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/pkg-config.section.md')
-rw-r--r--doc/languages-frameworks/pkg-config.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/pkg-config.section.md b/doc/languages-frameworks/pkg-config.section.md
index eecc84b4c1aae..fb6fee997d6f2 100644
--- a/doc/languages-frameworks/pkg-config.section.md
+++ b/doc/languages-frameworks/pkg-config.section.md
@@ -6,7 +6,7 @@ Nixpkgs provides a couple of facilities for working with this tool.
 
 ## Writing packages providing pkg-config modules
 
-Packages should set `meta.pkgConfigProvides` with the list of package config modules they provide.
+Packages should set `meta.pkgConfigModules` with the list of package config modules they provide.
 They should also use `testers.testMetaPkgConfig` to check that the final built package matches that list.
 Additionally, the [`validatePkgConfig` setup hook](https://nixos.org/manual/nixpkgs/stable/#validatepkgconfig), will do extra checks on to-be-installed pkg-config modules.