mwprocapture: fix build with kernels >4.14.9

wip/yesman
Cray Elliott 7 years ago
parent 1a69b2029f
commit 1d537f8c53
  1. 2
      pkgs/os-specific/linux/mwprocapture/default.nix

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

Loading…
Cancel
Save