diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-28 18:26:01 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-28 18:26:01 +0200 |
commit | 9eddf6f0b68e1ac69d56de3c5c0899481ad2c6cf (patch) | |
tree | fca6b0383065d6f35f998cf7ea3e3776d40c9375 /doc/manual/release-notes.xml | |
parent | b5da80e627f6162c7aad6c4b836525717d39c295 (diff) |
allowedRequisites: Drop stdenv mention
I don't think it's a good idea to use allowedRequisites for stdenv, so
don't mention it here.
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 36e345ecf..f64b6cb17 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -18,10 +18,8 @@ <varname>allowedReferences</varname>. But instead of only enforcing to explicitly specify the immediate references, it requires the derivation to specify all the dependencies recursively (hence the - name, requisites) that are used by the resulting output. 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.</para></listitem> + name, requisites) that are used by the resulting + output.</para></listitem> </itemizedlist> |