linuxPackages.ixgbevf: needs libelf from kernel.moduleBuildDependencies

This commit is contained in:
Jörg Thalheim 2018-01-05 09:25:04 +01:00
parent 1e6a48e296
commit c513945df8

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1666hsavaspjmf45ij396mkndzk6g0n3ibr2glfdhjfqhfy35zb8";
};
nativeBuildInputs = kernel.moduleBuildDependencies;
hardeningDisable = [ "pic" ];
configurePhase = ''