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
+11
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";