Disable fbcondecor patch - doesn't work with 2.6.35.2

svn path=/nixpkgs/trunk/; revision=23301
This commit is contained in:
Yury G. Kudryashov 2010-08-21 09:56:01 +00:00
parent 7dd07e5476
commit 8d7045e1ff

View File

@ -4539,7 +4539,7 @@ let
linux_2_6_35 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.35.nix) {
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
kernelPatches =
[ kernelPatches.fbcondecor_2_6_35
[ #kernelPatches.fbcondecor_2_6_35
kernelPatches.sec_perm_2_6_24
# kernelPatches.aufs2_2_6_35
];