mwprocapture: patch to fix build for linux 4.14

This commit is contained in:
Cray Elliott
2017-11-13 19:54:57 -08:00
parent f6ae3948bc
commit ce8dea6bdd
2 changed files with 33 additions and 1 deletions
@@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "1arwnwrq52rs8g9zfxw8saip40vc3201sf7qnbqd2p23h8vzwb8i";
};
patches = [] ++ optional (versionAtLeast kernel.version "4.13") ./linux_4_13_fix.patch;
patches = [] ++ optional (versionAtLeast kernel.version "4.13") ./linux_4_13_fix.patch
++ optional (versionAtLeast kernel.version "4.14") ./linux_4_14_fix.patch;
preConfigure =
''