zfs: Fix build for kernel 4.2

This commit is contained in:
William A. Kennington III
2015-09-01 08:57:02 -07:00
parent 8c1c38ee27
commit 66563862ec
4 changed files with 287 additions and 1 deletions
+6 -1
View File
@@ -10,5 +10,10 @@ callPackage ./generic.nix (args // rec {
sha256 = "192x4z5am5wgrr4hb5skshyr5a6af52xpnk6pni4hs4pxvlpcs37";
};
patches = [ ./nix-build.patch ];
patches = [
./nix-build.patch
./compat-4.2-1.patch
./compat-4.2-2.patch
./compat-4.2-3.patch
];
})