summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2103.xml
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-12-19 19:28:05 +0100
committerGitHub <noreply@github.com>2020-12-19 19:28:05 +0100
commitf081225a83cdbdc6deb2d79f254f338d59f57dc9 (patch)
treeebcecd40c2ba1119fa2ac826ff1707ec3187003c /nixos/doc/manual/release-notes/rl-2103.xml
parent85f35ee6eccb68f175eec507ee0aaca016d12eb6 (diff)
parent279c5943fe4b664cea610d5703cc9c2cbd941f92 (diff)
downloadnixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar.gz
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar.bz2
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar.lz
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar.xz
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.tar.zst
nixpkgs-f081225a83cdbdc6deb2d79f254f338d59f57dc9.zip
Merge pull request #106533 from helsinki-systems/refactor/waf-hook
[staging] wafHook: Don't wrap Python 2
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2103.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 7c6356770a5..793c7acc58e 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -287,6 +287,12 @@
        This avoids that the password gets exposed in the nix store.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       The <literal>wafHook</literal> hook does not wrap Python anymore.
+       Packages depending on <literal>wafHook</literal> need to include any Python into their <literal>nativeBuildInputs</literal>.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>