Looks like 2.6.35.2 commits a fix that breaks AUFS2
svn path=/nixpkgs/trunk/; revision=23295
This commit is contained in:
parent
44b5540bfd
commit
202cd08724
@ -880,6 +880,8 @@ let
|
|||||||
|
|
||||||
netselect = callPackage ../tools/networking/netselect { };
|
netselect = callPackage ../tools/networking/netselect { };
|
||||||
|
|
||||||
|
nilfs_utils = callPackage ../tools/filesystems/nilfs-utils {};
|
||||||
|
|
||||||
nmap = callPackage ../tools/security/nmap {
|
nmap = callPackage ../tools/security/nmap {
|
||||||
inherit (pythonPackages) pysqlite;
|
inherit (pythonPackages) pysqlite;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
@ -4539,7 +4541,7 @@ let
|
|||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.fbcondecor_2_6_35
|
[ kernelPatches.fbcondecor_2_6_35
|
||||||
kernelPatches.sec_perm_2_6_24
|
kernelPatches.sec_perm_2_6_24
|
||||||
kernelPatches.aufs2_2_6_35
|
# kernelPatches.aufs2_2_6_35
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user