mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Typos
svn path=/nixpkgs/trunk/; revision=23011
This commit is contained in:
parent
ede16e5dc5
commit
1aa8b54c41
@ -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 //
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user