1<chapter xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xml:id="chap-hooks">
5 <title>Hooks reference</title>
6 <para>
7 Nixpkgs has several hook packages that augment the stdenv phases.
8 </para>
9 <para>
10 The stdenv built-in hooks are documented in <xref linkend="ssec-setup-hooks"/>.
11 </para>
12 <xi:include href="./autoconf.section.xml" />
13 <xi:include href="./automake.section.xml" />
14 <xi:include href="./autopatchelf.section.xml" />
15 <xi:include href="./breakpoint.section.xml" />
16 <xi:include href="./cmake.section.xml" />
17 <xi:include href="./gdk-pixbuf.section.xml" />
18 <xi:include href="./ghc.section.xml" />
19 <xi:include href="./gnome.section.xml" />
20 <xi:include href="./installShellFiles.section.xml" />
21 <xi:include href="./libiconv.section.xml" />
22 <xi:include href="./libxml2.section.xml" />
23 <xi:include href="./meson.section.xml" />
24 <xi:include href="./ninja.section.xml" />
25 <xi:include href="./patch-rc-path-hooks.section.xml" />
26 <xi:include href="./perl.section.xml" />
27 <xi:include href="./pkg-config.section.xml" />
28 <xi:include href="./postgresql-test-hook.section.xml" />
29 <xi:include href="./python.section.xml" />
30 <xi:include href="./qt-4.section.xml" />
31 <xi:include href="./scons.section.xml" />
32 <xi:include href="./tetex-tex-live.section.xml" />
33 <xi:include href="./unzip.section.xml" />
34 <xi:include href="./validatePkgConfig.section.xml" />
35 <xi:include href="./waf.section.xml" />
36 <xi:include href="./xcbuild.section.xml" />
37</chapter>