* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl

URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
This commit is contained in:
Eelco Dolstra
2007-08-24 12:32:36 +00:00
parent c9bd5b7397
commit a0159dee8e
260 changed files with 279 additions and 279 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "antlr-2.7.6";
builder = ./builder2.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/antlr-2.7.6.tar.gz;
url = http://www.antlr.org/download/antlr-2.7.6.tar.gz;
md5 = "17d8bf2e814f0a26631aadbbda8d7324";
};
inherit jre;
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "antlr-3.0b3";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/antlr-3.0b3.tar.gz;
url = http://www.antlr.org/download/antlr-3.0b3.tar.gz;
md5 = "6a7e70ccece8149b735cc3aaa24241cc";
};
inherit jre;
@@ -5,7 +5,7 @@ assert m4 != null;
stdenv.mkDerivation {
name = "bison-2.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bison-2.3.tar.bz2;
url = ftp://ftp.nluug.nl/pub/gnu/bison/bison-2.3.tar.bz2;
md5 = "c18640c6ec31a169d351e3117ecce3ec";
};
buildInputs = [m4];
@@ -8,7 +8,7 @@ assert yacc != null && m4 != null;
stdenv.mkDerivation {
name = "flex-2.5.33";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/flex-2.5.33.tar.bz2;
url = http://surfnet.dl.sourceforge.net/sourceforge/flex/flex-2.5.33.tar.bz2;
md5 = "343374a00b38d9e39d1158b71af37150";
};
buildInputs = [yacc];
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "happy-1.14";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/happy-1.14-src.tar.gz;
url = http://www.haskell.org/happy/dist/1.14/happy-1.14-src.tar.gz;
md5 = "501b5b63533b2e2838de18085e8c4492";
};
buildInputs = [ghc perl];
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "jikespg-1.3";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/jikespg-1.3.tar.gz;
url = http://surfnet.dl.sourceforge.net/sourceforge/jikes/jikespg-1.3.tar.gz;
md5 = "eba183713d9ae61a887211be80eeb21f";
};
}
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "toolbuslib-0.5.1";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/toolbuslib-0.5.1.tar.gz;
url = http://www.cwi.nl/projects/MetaEnv/toolbuslib/toolbuslib-0.5.1.tar.gz;
md5 = "1c7c7cce870f813bef60bbffdf061c90";
};
buildInputs = [aterm];
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "toolbuslib-0.6";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/toolbuslib-0.6.tar.gz;
url = http://www.cwi.nl/projects/MetaEnv/toolbuslib/toolbuslib-0.6.tar.gz;
md5 = "e117c574b428408ad172b1ad904ff430";
};
buildInputs = [aterm];