* GCC 3.4.6.

svn path=/nixpkgs/trunk/; revision=5496
This commit is contained in:
Eelco Dolstra 2006-06-23 11:09:07 +00:00
parent c1103ad849
commit fc37dbc487

View file

@ -6,11 +6,11 @@
assert langC; assert langC;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gcc-3.4.5"; name = "gcc-3.4.6";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gcc-3.4.5.tar.bz2; url = ftp://ftp.nluug.nl/pub/gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2;
md5 = "7c3c3c3e764dcee5eb771432062d69e1"; md5 = "4a21ac777d4b5617283ce488b808da7b";
}; };
# !!! apply only if noSysDirs is set # !!! apply only if noSysDirs is set
patches = [./no-sys-dirs.patch]; patches = [./no-sys-dirs.patch];