* Copy lots of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
Eelco Dolstra
2006-01-30 16:04:03 +00:00
parent 53c56afcfe
commit 3389f4bc36
233 changed files with 624 additions and 659 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "ghc-6.4.1";
builder = ./boot.sh;
src = fetchurl {
url = http://www.haskell.org/ghc/dist/6.4.1/ghc-6.4.1-i386-unknown-linux.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.4.1-i386-unknown-linux.tar.bz2;
md5 = "9cd18a8e946da91b373b8ec855cd842e";
};
buildInputs = [perl];
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "ghc-6.4.1";
src = fetchurl {
url = http://www.haskell.org/ghc/dist/6.4.1/ghc-6.4.1-src.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.4.1-src.tar.bz2;
md5 = "fd289bc7c3afa272ff831a71a50b5b00";
};
buildInputs = [perl ghc m4];