Add fbcondecor-2.6.35

svn path=/nixpkgs/trunk/; revision=23286
This commit is contained in:
Yury G. Kudryashov 2010-08-20 20:12:03 +00:00
parent 879baa7c58
commit 10c5146a78
2 changed files with 12 additions and 1 deletions

View file

@ -90,6 +90,17 @@ in
features.fbConDecor = true;
};
fbcondecor_2_6_35 =
rec {
name = "fbcondecor-0.9.6-2.6.35-rc4";
patch = fetchurl {
url = "http://dev.gentoo.org/~spock/projects/fbcondecor/archive/${name}.patch";
sha256 = "0dlks1arr3b3hlmw9k1a1swji2x655why61sa0aahm62faibsg1r";
};
extraConfig = fbcondecorConfig;
features.fbConDecor = true;
};
# From http://patchwork.kernel.org/patch/19495/
ext4_softlockups_2_6_28 =
{ name = "ext4-softlockups-fix";

View file

@ -4537,7 +4537,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_33*/
[ kernelPatches.fbcondecor_2_6_35
kernelPatches.sec_perm_2_6_24
];
};