mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
This commit is contained in:
parent
5c946da49e
commit
541a148e91
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue