Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now

svn path=/nixpkgs/trunk/; revision=9952
This commit is contained in:
Michael Raskin
2007-12-18 22:56:12 +00:00
parent 1b3aa6482d
commit 4290be9a99
9 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "zip-2.32";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz;
url = ftp://ftp.info-zip.org/pub/infozip/src/zip232.tgz;
md5 = "8a4da4460386e324debe97f3b7fe4d96";
};
}