mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
* Typo.
svn path=/nixpkgs/trunk/; revision=27569
This commit is contained in:
parent
3da30b6770
commit
58a0e8fcdc
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user