aboutsummaryrefslogtreecommitdiff
path: root/nixos/doc/manual/release-notes/rl-1803.xml
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-01-14 21:33:58 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-01-14 21:34:55 +0100
commit799b941a2bb61970d6b99366bcf2062f1ce14328 (patch)
treeed86aadaac8ddd33aadbf3c9ff26fa7d391b5947 /nixos/doc/manual/release-notes/rl-1803.xml
parent41df99400149a6747b31c8ed1049f556c9c0e0ed (diff)
release notes: mention removal of lib.addPassthru
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-1803.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 3dc4c353e257..3c51dfbc88de 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -113,7 +113,7 @@ following incompatible changes:</para>
</listitem>
<listitem>
<para>
- <literal>cc-wrapper</literal>has been split in two; there is now also a <literal>bintools-wrapper</literal>.
+ <literal>cc-wrapper</literal> has been split in two; there is now also a <literal>bintools-wrapper</literal>.
The most commonly used files in <filename>nix-support</filename> are now split between the two wrappers.
Some commonly used ones, like <filename>nix-support/dynamic-linker</filename>, are duplicated for backwards compatability, even though they rightly belong only in <literal>bintools-wrapper</literal>.
Other more obscure ones are just moved.
@@ -131,6 +131,11 @@ following incompatible changes:</para>
Other types dependencies should be unaffected.
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>lib.addPassthru</literal> is removed. Use <literal>lib.extendDerivation true</literal> instead. <emphasis role="strong">TODO: actually remove it before branching 18.03 off.</emphasis>
+ </para>
+ </listitem>
</itemizedlist>
</section>