Skip to content

Commit

Permalink
linuxPackages.ixgbevf: needs libelf from kernel.moduleBuildDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 5, 2018
1 parent 1e6a48e commit c513945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/ixgbevf/default.nix
Expand Up @@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1666hsavaspjmf45ij396mkndzk6g0n3ibr2glfdhjfqhfy35zb8";
};

nativeBuildInputs = kernel.moduleBuildDependencies;

hardeningDisable = [ "pic" ];

configurePhase = ''
Expand Down

0 comments on commit c513945

Please sign in to comment.