From 7021e6ed6e8c53977ed71f56e33fba36be43c7fe Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 May 2011 08:51:02 +0000 Subject: [PATCH] * Typo (reported by Federico D. Sacerdoti). svn path=/nixpkgs/trunk/; revision=27112 --- doc/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 9c3a804a360d..d8d106e54ad4 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -879,7 +879,7 @@ distribution of the package. The default distPhase first calls make dist, then it copies the resulting source tarballs to $out/tarballs/. This phase is only executed if -the attribute doDist is not set. +the attribute doDist is set. Variables controlling the distribution phase