* 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:
Eelco Dolstra
2009-01-15 15:00:30 +00:00
parent eeb63a3ed4
commit 739ef5e82a
3 changed files with 17 additions and 5 deletions

View File

@@ -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
;
};