about summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-10-26 11:13:54 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-10-26 11:13:54 +0100
commit764d165f43483b9f570a7b5bc267016120eafac8 (patch)
tree72b556cada4103af9ddbdcc6b2cd99a25f18b6ac /doc/stdenv.xml
parent7f80fb2db4a0a0d0fc6456fbb8c5d193e43f1348 (diff)
doc: apply `make format`
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 7d86c0870b73a..b2f30bf08db12 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2099,13 +2099,13 @@ someVar=$(stripHash $name)
   </para>
 
   <para>
-   In order to alleviate this burden, the <firstterm>setup
-   hook</firstterm> mechanism was written, where any package can include a
-   shell script that [by convention rather than enforcement by Nix], any
-   downstream reverse-dependency will source as part of its build process. That
-   allows the downstream dependency to merely specify its dependencies, and
-   lets those dependencies effectively initialize themselves. No boilerplate
-   mirroring the list of dependencies is needed.
+   In order to alleviate this burden, the <firstterm>setup hook</firstterm>
+   mechanism was written, where any package can include a shell script that [by
+   convention rather than enforcement by Nix], any downstream
+   reverse-dependency will source as part of its build process. That allows the
+   downstream dependency to merely specify its dependencies, and lets those
+   dependencies effectively initialize themselves. No boilerplate mirroring the
+   list of dependencies is needed.
   </para>
 
   <para>