forked from mirrors/nixpkgs
mwprocapture: fix build with kernels >4.14.9
This commit is contained in:
parent
1a69b2029f
commit
1d537f8c53
|
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1ri7c4l4xgkhpz0f15jra1p7mpzi8ir6lpwjm7q7hc9m4cvxcs1g";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ kernel.moduleBuildDependencies ];
|
||||
|
||||
patches = [ ./linux_4_14_fix.patch ];
|
||||
|
||||
preConfigure =
|
||||
|
|
Loading…
Reference in a new issue