diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index e7f52377e68..e0706a296e0 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1731,7 +1731,7 @@ set debug-file-directory ~/.nix-profile/lib/debug
Controls whether the installCheck phase is executed. By default it is
skipped, but if doInstallCheck is set to true, the
installCheck phase is usually executed. Thus you should set
-doInstallCheck = true;
+ doInstallCheck = true;
in the derivation to enable install checks. The exception is cross
compilation. Cross compiled builds never run tests, no matter how
doInstallCheck is set, as the newly-built program
@@ -1739,6 +1739,29 @@ set debug-file-directory ~/.nix-profile/lib/debug
+
+
+ installCheckTarget
+
+
+
+ The make target that runs the install tests. Defaults to
+ installcheck.
+
+
+
+
+
+ installCheckFlags / installCheckFlagsArray
+
+
+
+ A list of strings passed as additional flags to make.
+ Like makeFlags and makeFlagsArray,
+ but only used by the installCheck phase.
+
+
+
installCheckInputs