summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-01-05 10:54:04 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-13 14:43:18 +0100
commita1a5ea59433257ab3a46bb67aaf05e9b7d8aa071 (patch)
tree196770eca08635578173c8411121329aa2298063 /doc
parenta4faf59aa131b9ab76c507d0158d4314815220e3 (diff)
downloadnixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar.gz
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar.bz2
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar.lz
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar.xz
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.tar.zst
nixpkgs-a1a5ea59433257ab3a46bb67aaf05e9b7d8aa071.zip
stdenv: make checkInputs native
We can't run the checkPhase when build != host, so we may as well make
the checkInputs native.

This signicantly improves the situation of Python packages when enabling
strictDeps.
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index d3ee5164bc1..9951b6bf13c 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1810,7 +1810,7 @@ set debug-file-directory ~/.nix-profile/lib/debug
      <listitem>
       <para>
        A list of dependencies used by the phase. This gets included in
-       <varname>buildInputs</varname> when <varname>doInstallCheck</varname> is
+       <varname>nativeBuildInputs</varname> when <varname>doInstallCheck</varname> is
        set.
       </para>
      </listitem>