summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-01-05 09:25:04 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-01-05 09:25:50 +0100
commitc513945df8498c77dea00e98556ca0fc9c9667d9 (patch)
tree71d285472c3ef26ac6ebdc5465f077e698f3cd64 /pkgs
parent1e6a48e2966ca8c8523056631b090e139c48ebc0 (diff)
linuxPackages.ixgbevf: needs libelf from kernel.moduleBuildDependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/ixgbevf/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/ixgbevf/default.nix b/pkgs/os-specific/linux/ixgbevf/default.nix
index df4ef81adb84b..68064386a3020 100644
--- a/pkgs/os-specific/linux/ixgbevf/default.nix
+++ b/pkgs/os-specific/linux/ixgbevf/default.nix
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "1666hsavaspjmf45ij396mkndzk6g0n3ibr2glfdhjfqhfy35zb8";
   };
 
+  nativeBuildInputs = kernel.moduleBuildDependencies;
+
   hardeningDisable = [ "pic" ];
 
   configurePhase = ''