svn path=/nixpkgs/trunk/; revision=23011
This commit is contained in:
Yury G. Kudryashov 2010-08-06 20:23:35 +00:00
parent ede16e5dc5
commit 1aa8b54c41
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ rec {
# Add some arbitrary packages to buildInputs for specific packages.
# Used to override packages in stenv like Make. Should not be used
# Used to override packages in stdenv like Make. Should not be used
# for other dependencies.
overrideInStdenv = stdenv: pkgs: stdenv //
{ mkDerivation = args: stdenv.mkDerivation (args //

View file

@ -6,7 +6,7 @@ let {
/**
* Initial standard environment based on native Cygwin tools.
* GCC is not requires.
* GCC is not required.
* Required (approx): bash, mkdir, gnu tar, curl.
*/
stdenvInit1 =