3
0
Fork 0
forked from mirrors/nixpkgs

Changed the default linux kernel to the 2.6.39 series

svn path=/nixpkgs/trunk/; revision=30187
This commit is contained in:
Sander van der Burg 2011-11-02 13:16:18 +00:00
parent c882363fce
commit 2a7dfdbce9

View file

@ -5774,7 +5774,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_2_6_35;
linuxPackages = linuxPackages_2_6_39;
keyutils = callPackage ../os-specific/linux/keyutils { };