Various mingw fixes

svn path=/nixpkgs/trunk/; revision=6123
This commit is contained in:
Martin Bravenboer 2006-08-15 16:26:21 +00:00
parent 56315425c9
commit 42187add34
2 changed files with 4 additions and 3 deletions

View File

@ -83,7 +83,7 @@ rec {
if system == "i686-linux" then stdenvLinux
else if system == "i686-freebsd" then stdenvFreeBSD
else if system == "i686-cygwin" then stdenvCygwin
else if system == "i686-msys" then stdenvMinGW
else if system == "i686-mingw" then stdenvMinGW
else if system == "powerpc-darwin" then stdenvDarwin
else if system == "i686-darwin" then stdenvNix
else stdenvNative;

View File

@ -61,10 +61,11 @@ let {
stdenvInit1.mkDerivation {
name = "msys-1.0.11";
builder = ./msys-builder.sh;
src = fetchurl {
src = ./msys-1.0.11.tar.gz;
/* fetchurl {
url = http://www.cs.uu.nl/people/martin/msys-1.0.11.tar.gz;
md5 = "7e76eec10a205ea63ada6a4e834cc468";
};
}; */
};
/**