Looks like 2.6.35.2 commits a fix that breaks AUFS2

svn path=/nixpkgs/trunk/; revision=23295
This commit is contained in:
Michael Raskin 2010-08-20 21:39:22 +00:00
parent 44b5540bfd
commit 202cd08724
1 changed files with 3 additions and 1 deletions

View File

@ -880,6 +880,8 @@ let
netselect = callPackage ../tools/networking/netselect { };
nilfs_utils = callPackage ../tools/filesystems/nilfs-utils {};
nmap = callPackage ../tools/security/nmap {
inherit (pythonPackages) pysqlite;
inherit (gtkLibs) gtk;
@ -4539,7 +4541,7 @@ let
kernelPatches =
[ kernelPatches.fbcondecor_2_6_35
kernelPatches.sec_perm_2_6_24
kernelPatches.aufs2_2_6_35
# kernelPatches.aufs2_2_6_35
];
};