Skip to content

Commit 1d537f8

Browse files
Cray ElliottCray Elliott
Cray Elliott
authored and
Cray Elliott
committedJan 2, 2018
mwprocapture: fix build with kernels >4.14.9
1 parent 1a69b20 commit 1d537f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/os-specific/linux/mwprocapture/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
2525
sha256 = "1ri7c4l4xgkhpz0f15jra1p7mpzi8ir6lpwjm7q7hc9m4cvxcs1g";
2626
};
2727

28+
nativeBuildInputs = [ kernel.moduleBuildDependencies ];
29+
2830
patches = [ ./linux_4_14_fix.patch ];
2931

3032
preConfigure =

0 commit comments

Comments
 (0)
Please sign in to comment.