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

This commit is contained in:
Parnell Springmeyer
2016-09-01 19:15:56 -05:00
parent 79f1a1e07a
commit c16647ec29
+1 -1
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