* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=3660
This commit is contained in:
Eelco Dolstra
2005-08-22 08:39:27 +00:00
parent acc1db9ac6
commit 454707da23
206 changed files with 255 additions and 255 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "ghc-6.2.1";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/ghc-6.2.1-i386-unknown-linux.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.2.1-i386-unknown-linux.tar.bz2;
md5 = "48d9d6b9f7bf1f15d69e8bd732ee254c";
};
buildInputs = [perl];
+1 -1
View File
@@ -5,7 +5,7 @@ assert perl != null && ghc != null && m4 != null;
stdenv.mkDerivation {
name = "ghc-6.2.1";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/ghc-6.2.1-src.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.2.1-src.tar.bz2;
md5 = "fa9f90fd6b8852679c5fc16509e94d7a";
};
buildInputs = [perl ghc m4];