Hi all,
I've updated my local copy of nixpkgs to use the now-available
fbcondecor patch when compiling Linux 2.6.37. I'm compiling now and will
report back later if there are any problems in the resulting system.
Cheers,
Shea Levy
Index: pkgs/os-specific/linux/kernel/patches.nix
===================================================================
--- pkgs/os-specific/linux/kernel/patches.nix (revision 26173)
+++ pkgs/os-specific/linux/kernel/patches.nix (working copy)
@@ -101,6 +101,19 @@
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";
Index: pkgs/top-level/all-packages.nix
===================================================================
--- pkgs/top-level/all-packages.nix (revision 26173)
+++ pkgs/top-level/all-packages.nix (working copy)
@@ -5055,7 +5055,7 @@
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
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev