civodul pushed a commit to tag 1.8
in repository guix.
commit b5da80e627f6162c7aad6c4b836525717d39c295
Author: Eelco Dolstra <[email protected]>
Date: Thu Aug 28 18:25:16 2014 +0200
Fix manual build
---
doc/manual/writing-nix-expressions.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/manual/writing-nix-expressions.xml
b/doc/manual/writing-nix-expressions.xml
index 2c9b4a6..d51f807 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>