about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-14 16:57:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-14 16:57:19 +0000
commitaa84bce64d5a8ab51d079e2a8025d772d55263f3 (patch)
tree0c589e13868515d40c111a146ce874885881dbe4 /pkgs/development/compilers/ghc
parentc1cbd437dcbd5a58c04b36dcb9d179c221d2e6e9 (diff)
downloadnixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar.gz
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar.bz2
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar.lz
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar.xz
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.tar.zst
nixlib-aa84bce64d5a8ab51d079e2a8025d772d55263f3.zip
* Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/boot.nix b/pkgs/development/compilers/ghc/boot.nix
index dde5f76284d3..60664374b8e5 100644
--- a/pkgs/development/compilers/ghc/boot.nix
+++ b/pkgs/development/compilers/ghc/boot.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   src =
     if stdenv.system == "i686-linux" then
       fetchurl {
-        url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.4.2-i386-unknown-linux.tar.bz2;
+        url = http://nixos.org/tarballs/ghc-6.4.2-i386-unknown-linux.tar.bz2;
         md5 = "092fe2e25dab22b926babe97cc77db1f";
       }
     else if stdenv.system == "x86_64-linux" then