summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mwprocapture
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2018-01-01 16:01:44 -0800
committerCray Elliott <MP2E@archlinux.us>2018-01-01 16:01:44 -0800
commit1d537f8c53a84b4d50fce23153bbf927b6993210 (patch)
treedcc3b4d6a2cca257da148e21afc7b5346ec69e69 /pkgs/os-specific/linux/mwprocapture
parent1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df (diff)
downloadnixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar.gz
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar.bz2
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar.lz
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar.xz
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.tar.zst
nixpkgs-1d537f8c53a84b4d50fce23153bbf927b6993210.zip
mwprocapture: fix build with kernels >4.14.9
Diffstat (limited to 'pkgs/os-specific/linux/mwprocapture')
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index 322d0260f7b..e2abbd7335e 100644
--- a/pkgs/os-specific/linux/mwprocapture/default.nix
+++ b/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 =