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