Adding the fbcondecor patch for 2.6.37, by Shea Levy
svn path=/nixpkgs/trunk/; revision=26428
This commit is contained in:
parent
af3e5b5050
commit
8ab38a2828
2 changed files with 12 additions and 1 deletions
|
@ -101,6 +101,17 @@ in
|
|||
features.fbConDecor = true;
|
||||
};
|
||||
|
||||
fbcondecor_2_6_37 =
|
||||
rec {
|
||||
name = "fbcondecor-0.9.6-2.6.37";
|
||||
patch = fetchurl {
|
||||
url = "http://dev.gentoo.org/~spock/projects/fbcondecor/archive/${name}.patch";
|
||||
sha256 = "1yap9q6mp15jhsysry4x17cpm5dj35g8l2d0p0vn1xq25x3jfkqk";
|
||||
};
|
||||
extraConfig = fbcondecorConfig;
|
||||
features.fbConDecor = true;
|
||||
};
|
||||
|
||||
# From http://patchwork.kernel.org/patch/19495/
|
||||
ext4_softlockups_2_6_28 =
|
||||
{ name = "ext4-softlockups-fix";
|
||||
|
|
|
@ -5016,7 +5016,7 @@ let
|
|||
linux_2_6_37 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.37.nix) {
|
||||
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
|
||||
kernelPatches =
|
||||
[ #kernelPatches.fbcondecor_2_6_35
|
||||
[ kernelPatches.fbcondecor_2_6_37
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
#kernelPatches.aufs2_2_6_35
|
||||
#kernelPatches.mips_restart_2_6_36
|
||||
|
|
Loading…
Reference in a new issue