* Various hacks needed to get the NVIDIA driver to build on
Linux 2.6.28. In particular the arch-specific headers are in a different place now. (I'd like to do "make headers_install", but it doesn't install all the headers that are needed to build external kernel modules. What a mess.) * Add Linux 2.6.28 to the channel. svn path=/nixpkgs/trunk/; revision=13775
This commit is contained in:
@@ -264,6 +264,13 @@ let
|
||||
inherit (pkgs.kernelPackages_2_6_27)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
kernelPackages_2_6_28 = pkgs.recurseIntoAttrs {
|
||||
inherit (pkgs.kernelPackages_2_6_28)
|
||||
kernel
|
||||
klibc
|
||||
# splashutils
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user