* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user