about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-02-15 13:51:06 +0100
committersternenseemann <sternenseemann@systemli.org>2023-02-15 13:52:15 +0100
commitc5a0a5ac5e205458224755ae194f768f2a8e6d8f (patch)
tree9c8b3349c8e2464e8083f2f64df41a984dd8644f /doc
parent1b7d196aa5d7e96f6dbb44368f776605fe7ea3e4 (diff)
curl: add pkg-config metadata for libcurl.pc
I did not add the validatePkgConfig setup hook to curl, as I suspect it
may cause trouble when bootstrapping.
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.