aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-28 18:25:16 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-28 18:25:16 +0200
commitb5da80e627f6162c7aad6c4b836525717d39c295 (patch)
tree8b4b59a0b9478ef454fc2dd0de1db35de1a9ed82
parentfd61069a42289da195532bf68d15dc695cca7236 (diff)
Fix manual build
-rw-r--r--doc/manual/writing-nix-expressions.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml
index 2c9b4a633..d51f80771 100644
--- a/doc/manual/writing-nix-expressions.xml
+++ b/doc/manual/writing-nix-expressions.xml
@@ -1585,7 +1585,8 @@ allowedReferences = [ foobar ];
it enforces that <varname>foobar</varname> itself doesn't
introduce any other dependency itself. This is used in NixOS when
rebuilding the stdenv on Linux to ensure that the resulting stdenv
- doesn't have any surprising dependency, e.g. on bootstrapTools.
+ doesn't have any surprising dependency, e.g. on
+ bootstrapTools.</para></listitem>
</varlistentry>