diff options
author | Eelco Dolstra | 2007-09-11 21:42:42 +0000 |
---|---|---|
committer | Eelco Dolstra | 2007-09-11 21:42:42 +0000 |
commit | 04ca4bb7ea360df78c182f70de061dbc818139bf (patch) | |
tree | 98e60ea35c584383a2d33b8a2d1c007fb7598a87 | |
parent | bd0e895bad617321cad6f2bb01f9b66db40c00c9 (diff) |
svn path=/nixpkgs/trunk/; revision=9308
-rw-r--r-- | doc/release-notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes.xml b/doc/release-notes.xml index 53446a642dde..e583de15e0d5 100644 --- a/doc/release-notes.xml +++ b/doc/release-notes.xml @@ -15,7 +15,7 @@ <listitem><para>The standard build environment (<literal>stdenv</literal>) is now pure on the <literal>x86_64-linux</literal> and <literal>powerpc-linux</literal> - platforms, just like <literal>i686-linux</literal>. (Purity means + platforms, just as on <literal>i686-linux</literal>. (Purity means that building and using the standard environment has no dependencies outside of the Nix store. For instance, it doesn’t require an external C compiler such as <filename>/usr/bin/gcc</filename>.) @@ -29,7 +29,7 @@ <listitem><para>Hook variables in the generic builder are now executed using the <function>eval</function> shell command. This has a major advantage: you can write hooks directly in Nix - expressions. For instance, rather than write a builder like this: + expressions. For instance, rather than writing a builder like this: <programlisting> source $stdenv/setup |