3
0
Fork 0
forked from mirrors/nixpkgs

Add fbcondecor for 2.6.38

svn path=/nixpkgs/trunk/; revision=26876
This commit is contained in:
Shea Levy 2011-04-18 15:13:04 +00:00
parent 964d56e060
commit dedd972a16
2 changed files with 12 additions and 1 deletions

View file

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

View file

@ -5166,7 +5166,7 @@ let
linux_2_6_38 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.38.nix) {
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
kernelPatches =
[ #kernelPatches.fbcondecor_2_6_35
[ kernelPatches.fbcondecor_2_6_38
kernelPatches.sec_perm_2_6_24
kernelPatches.aufs2_1_2_6_38
#kernelPatches.mips_restart_2_6_36