add headers for 2.6.17.6, not yet default
svn path=/nixpkgs/trunk/; revision=5724
This commit is contained in:
parent
f38d827007
commit
33d2d2515d
12
pkgs/os-specific/linux/kernel-headers/2.6.17.6.nix
Normal file
12
pkgs/os-specific/linux/kernel-headers/2.6.17.6.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-headers-2.6.17.6-i386";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.17.6.tar.bz2;
|
||||
md5 = "5013fbe6049e32675187c203aef92218";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user