mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* GCC 3.4.6.
svn path=/nixpkgs/trunk/; revision=5496
This commit is contained in:
parent
c1103ad849
commit
fc37dbc487
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
|||
assert langC;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gcc-3.4.5";
|
||||
name = "gcc-3.4.6";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/gcc-3.4.5.tar.bz2;
|
||||
md5 = "7c3c3c3e764dcee5eb771432062d69e1";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2;
|
||||
md5 = "4a21ac777d4b5617283ce488b808da7b";
|
||||
};
|
||||
# !!! apply only if noSysDirs is set
|
||||
patches = [./no-sys-dirs.patch];
|
||||
|
|
Loading…
Reference in a new issue