svn path=/nixpkgs/trunk/; revision=27569
This commit is contained in:
Eelco Dolstra 2011-07-01 09:50:34 +00:00
parent 3da30b6770
commit 58a0e8fcdc

View file

@ -197,7 +197,7 @@ rec {
{ mkDerivation = args: stdenv.mkDerivation (args // extraAttrs); };
/* Return a modified stdenv that perfoms the build under $out/.build
/* Return a modified stdenv that performs the build under $out/.build
instead of in $TMPDIR. Thus, the sources are kept available.
This is useful for things like debugging or generation of
dynamic analysis reports. */