2022-04-16 18:17:46 +03:00
|
|
|
<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>
|
2022-04-18 12:57:35 +03:00
|
|
|
Nixpkgs has several hook packages that augment the stdenv phases.
|
2022-04-16 18:17:46 +03:00
|
|
|
</para>
|
2022-10-13 16:36:04 +03:00
|
|
|
<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" />
|
2022-08-03 04:02:55 +03:00
|
|
|
<xi:include href="./patch-rc-path-hooks.section.xml" />
|
2022-10-13 16:36:04 +03:00
|
|
|
<xi:include href="./perl.section.xml" />
|
|
|
|
<xi:include href="./pkg-config.section.xml" />
|
2022-04-16 18:17:46 +03:00
|
|
|
<xi:include href="./postgresql-test-hook.section.xml" />
|
2022-10-13 16:36:04 +03:00
|
|
|
<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" />
|
2022-04-16 18:17:46 +03:00
|
|
|
</chapter>
|