[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/376: allowedRequisites: Drop stdenv mention
From: |
Ludovic Courtès |
Subject: |
164/376: allowedRequisites: Drop stdenv mention |
Date: |
Wed, 28 Jan 2015 22:04:46 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 9eddf6f0b68e1ac69d56de3c5c0899481ad2c6cf
Author: Eelco Dolstra <address@hidden>
Date: Thu Aug 28 18:26:01 2014 +0200
allowedRequisites: Drop stdenv mention
I don't think it's a good idea to use allowedRequisites for stdenv, so
don't mention it here.
---
doc/manual/release-notes.xml | 6 ++----
doc/manual/writing-nix-expressions.xml | 5 +----
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 36e345e..f64b6cb 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>
diff --git a/doc/manual/writing-nix-expressions.xml
b/doc/manual/writing-nix-expressions.xml
index d51f807..c4f0698 100644
--- a/doc/manual/writing-nix-expressions.xml
+++ b/doc/manual/writing-nix-expressions.xml
@@ -1583,10 +1583,7 @@ allowedReferences = [ foobar ];
enforces that the output of a derivation cannot have any other
runtime dependency than <varname>foobar</varname>, and in addition
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.</para></listitem>
+ introduce any other dependency itself.</para></listitem>
</varlistentry>
- 149/376: Merge commit '2aa93858afee22e0c32d8f4366970976374091ac', (continued)
- 149/376: Merge commit '2aa93858afee22e0c32d8f4366970976374091ac', Ludovic Courtès, 2015/01/28
- 156/376: Use PR_SET_PDEATHSIG to ensure child cleanup, Ludovic Courtès, 2015/01/28
- 155/376: Set a curl timeout on binary cache lookups, Ludovic Courtès, 2015/01/28
- 163/376: Fix manual build, Ludovic Courtès, 2015/01/28
- 159/376: Document the "out" usage in allowedReferences, Ludovic Courtès, 2015/01/28
- 154/376: Use unshare() instead of clone(), Ludovic Courtès, 2015/01/28
- 162/376: Introduce allowedRequisites feature, Ludovic Courtès, 2015/01/28
- 157/376: Fix tests, Ludovic Courtès, 2015/01/28
- 151/376: Use pager for more commands, Ludovic Courtès, 2015/01/28
- 153/376: Fix a segfault in ‘nix-env -qa’, Ludovic Courtès, 2015/01/28
- 164/376: allowedRequisites: Drop stdenv mention,
Ludovic Courtès <=
- 160/376: Fix building with Clang, Ludovic Courtès, 2015/01/28
- 170/376: Fix dependency ordering, Ludovic Courtès, 2015/01/28
- 169/376: Hack for supporting Boost on Homebrew, Ludovic Courtès, 2015/01/28
- 166/376: Shut up "Wide character" warnings in Perl scripts, Ludovic Courtès, 2015/01/28
- 167/376: Add an 'optimiseStore' remote procedure call., Ludovic Courtès, 2015/01/28
- 171/376: Fix build-remote.pl, Ludovic Courtès, 2015/01/28
- 172/376: tests/remote-builds.nix: Time out faster, Ludovic Courtès, 2015/01/28
- 176/376: Add support for using a build directory, Ludovic Courtès, 2015/01/28
- 178/376: Support specifying a JAR manifest, Ludovic Courtès, 2015/01/28
- 181/376: Add some hyperlinks between NIXPATH and -I, Ludovic Courtès, 2015/01/28