mwprocapture: fix build with kernels >4.14.9

This commit is contained in:
Cray Elliott 2018-01-01 16:01:44 -08:00
parent 1a69b2029f
commit 1d537f8c53

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "1ri7c4l4xgkhpz0f15jra1p7mpzi8ir6lpwjm7q7hc9m4cvxcs1g";
};
nativeBuildInputs = [ kernel.moduleBuildDependencies ];
patches = [ ./linux_4_14_fix.patch ];
preConfigure =