zfs: Fix build for kernel 4.2
This commit is contained in:
@@ -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
|
||||
];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user