aboutsummaryrefslogtreecommitdiff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-06-02 23:27:27 -0400
committerGitHub <noreply@github.com>2020-06-02 23:27:27 -0400
commit4af635feff9a2ad8d617611ad8cfd05def8ca604 (patch)
tree877650e8a881b4d222f06cc695aef405ce264665 /doc/stdenv
parent33d5340769efd7a079cebb75a88aecd4b025e048 (diff)
parent127cdd0cab64405fff28d8668d3f416c979406d4 (diff)
Merge pull request #87866 from danieldk/validate-pkgconfig-hook
validatePkgConfig: init
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/stdenv.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml
index a4174f4f7edc..ee93f39318b8 100644
--- a/doc/stdenv/stdenv.xml
+++ b/doc/stdenv/stdenv.xml
@@ -2083,6 +2083,16 @@ postInstall = ''
</varlistentry>
<varlistentry>
<term>
+ validatePkgConfig
+ </term>
+ <listitem>
+ <para>
+ The <literal>validatePkgConfig</literal> hook validates all pkg-config (<filename>.pc</filename>) files in a package. This helps catching some common errors in pkg-config files, such as undefined variables.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
cmake
</term>
<listitem>