From b01613c9cedd673e834251aadb3f1e2039d961b4 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 18 Nov 2018 23:11:22 -0600 Subject: [PATCH] doc: move checkInputs to check phase section This makes more sense in context. --- doc/stdenv.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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