about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authortbenst <tbenst@gmail.com>2019-05-12 01:14:41 -0700
committertbenst <sol@tylerbenster.com>2019-05-15 21:22:01 -0700
commitde5638080b295cfcd2daa36edea94d8f56b31f98 (patch)
tree095bd711ca2924a28860addbb7239581affbb2c2 /doc
parentcdb91033e73b428674d81f078f8b07ec8cc40295 (diff)
doc/stdenv: document default build scripts filename
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 63e6450860acf..e8171a78dcca5 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -747,7 +747,8 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ]
    latter is convenient from a build script. However, typically one only wants
    to <emphasis>add</emphasis> some commands to a phase, e.g. by defining
    <literal>postInstall</literal> or <literal>preFixup</literal>, as skipping
-   some of the default actions may have unexpected consequences.
+   some of the default actions may have unexpected consequences. The default
+   script for each phase is defined in the file <filename>pkgs/stdenv/generic/setup.sh</filename>.
   </para>
 
   <section xml:id="ssec-controlling-phases">