diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 5458b5d3181..e0d97e42e4c 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1203,17 +1203,6 @@ passthru = { - - - checkInputs - - - - A list of dependencies used by the phase. This gets included in - buildInputs when doCheck is set. - - - makeFlags @@ -1363,6 +1352,18 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") + + + checkInputs + + + + A list of dependencies used by the phase. This gets included in + nativeBuildInputs when doCheck is + set. + + + preCheck