* Move tarballs to catamaran so that we are no longer dependent on a

gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
This commit is contained in:
Eelco Dolstra
2005-02-15 14:44:19 +00:00
parent e5c1afb9c1
commit e42507d182
240 changed files with 254 additions and 257 deletions

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "generator-0.35-cbiere";
src = fetchurl {
url = http://www.ghostwhitecrab.com/generator/generator-0.35-cbiere.tar.bz2;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/generator-0.35-cbiere.tar.bz2;
md5 = "6ec4379d8c6c794ec59b9d61e73fb73d";
};
configureFlags = "--with-gtk --with-raze --with-sdl-audio";

View File

@@ -5,7 +5,7 @@
stdenv.mkDerivation {
name = "zoom-1.0.2alpha1";
src = fetchurl {
url = http://www.logicalshift.demon.co.uk/unix/zoom/zoom-1.0.2alpha1.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/zoom-1.0.2alpha1.tar.gz;
md5 = "91b2fe444028178aa3b23bd0e3ae1a61";
};
buildInputs = [perl expat xlibs freetype];