security: switching to linuxHeaders so we always stay current with the selected kernel.

This commit is contained in:
Parnell Springmeyer 2016-07-01 15:54:33 -05:00
parent 79f1a1e07a
commit c16647ec29

View file

@ -32,7 +32,7 @@ let
pkgs.stdenv.mkDerivation {
name = "setcap-wrapper";
unpackPhase = "true";
buildInputs = [ linuxHeaders_4_4 libcap libcap_ng ];
buildInputs = [ linuxHeaders libcap libcap_ng ];
installPhase = ''
mkdir -p $out/bin