about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-15 18:01:14 +0000
committerGitHub <noreply@github.com>2023-02-15 18:01:14 +0000
commitbf5abe92d47eaf0b4943e6b65316e37dedb67542 (patch)
tree5a29234a4ace42e71759a4a55165ab37bc301d28 /doc
parent558f8f4c735818b3f6420cfda8ef1854eddcf570 (diff)
parent4f1b2d513327b121cbf82b4086b3b854a48347a3 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-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.