mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 12:17:26 +00:00
Cleanup
svn path=/nixpkgs/trunk/; revision=6135
This commit is contained in:
parent
38de63873c
commit
890ce7f266
1 changed files with 2 additions and 25 deletions
|
@ -1,10 +1,3 @@
|
||||||
/**
|
|
||||||
* Initial stdenv should have:
|
|
||||||
* - shell
|
|
||||||
* - mkdir
|
|
||||||
* - gnu tar
|
|
||||||
* - curl
|
|
||||||
*/
|
|
||||||
{system} :
|
{system} :
|
||||||
|
|
||||||
let {
|
let {
|
||||||
|
@ -13,6 +6,8 @@ let {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initial standard environment based on native Cygwin tools.
|
* Initial standard environment based on native Cygwin tools.
|
||||||
|
* GCC is not requires.
|
||||||
|
* Required (approx): bash, mkdir, gnu tar, curl.
|
||||||
*/
|
*/
|
||||||
stdenvInit1 =
|
stdenvInit1 =
|
||||||
import ./simple-stdenv {
|
import ./simple-stdenv {
|
||||||
|
@ -151,21 +146,3 @@ let {
|
||||||
inherit fetchurl;
|
inherit fetchurl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
mingw = {
|
|
||||||
langC = true;
|
|
||||||
langCC = true;
|
|
||||||
langF77 = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
gcc =
|
|
||||||
import ../../build-support/gcc-wrapper {
|
|
||||||
nativeTools = false;
|
|
||||||
nativeGlibc = false;
|
|
||||||
stdenv = stdenvInitial;
|
|
||||||
binutils = msys;
|
|
||||||
gcc = mingw;
|
|
||||||
shell = msys + /bin/sh;
|
|
||||||
}; */
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue