summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-04-18 15:13:04 +0000
committerShea Levy <shea@shealevy.com>2011-04-18 15:13:04 +0000
commitdedd972a16c94bdc179f33302a7b8603dd9fb547 (patch)
tree78fa71453b433a30c6c389837735b362df28c518 /pkgs/os-specific
parent964d56e060fc930f3b401201d70e17f7e4705782 (diff)
downloadnixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar.gz
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar.bz2
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar.lz
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar.xz
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.tar.zst
nixlib-dedd972a16c94bdc179f33302a7b8603dd9fb547.zip
Add fbcondecor for 2.6.38
svn path=/nixpkgs/trunk/; revision=26876
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index b500ee7d72d1..47154600aa0d 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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";