From 541a148e913e4fa3cdeba42ce2c8fdd113913ac2 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 28 Aug 2006 09:58:07 +0000 Subject: [PATCH] change download location (ftp.nluug.nl gives a 550, because of disks that are full, and so on...sigh) svn path=/nixpkgs/trunk/; revision=6290 --- pkgs/os-specific/linux/kernel/linux-2.6.11.12.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.11.12.nix b/pkgs/os-specific/linux/kernel/linux-2.6.11.12.nix index 73c13deafc4..2101af18c0b 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.11.12.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.11.12.nix @@ -6,7 +6,8 @@ stdenv.mkDerivation { name = "linux-2.6.11.12"; builder = ./builder.sh; src = fetchurl { - url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.11.12.tar.bz2; + #url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.11.12.tar.bz2; + url = ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.12.tar.bz2; md5 = "7e3b6e630bb05c1a8c1ba46e010dbe44"; }; config = ./config;