summary refs log tree commit diff
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@awakenetworks.com>2016-07-01 15:54:33 -0500
committerParnell Springmeyer <parnell@awakenetworks.com>2016-09-01 19:15:56 -0500
commitc16647ec29ab46b52cd365220288a8222cfcdad3 (patch)
tree94f30f06ae7202838033ac783e0b97efc19ad2e3
parent79f1a1e07ae758de73cd640faf488a0bf1c479b8 (diff)
downloadnixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar.gz
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar.bz2
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar.lz
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar.xz
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.tar.zst
nixlib-c16647ec29ab46b52cd365220288a8222cfcdad3.zip
security: switching to linuxHeaders so we always stay current with the selected kernel.
-rw-r--r--nixos/modules/security/setcap-wrappers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/setcap-wrappers.nix b/nixos/modules/security/setcap-wrappers.nix
index b8383d813585..ead3cb219f19 100644
--- a/nixos/modules/security/setcap-wrappers.nix
+++ b/nixos/modules/security/setcap-wrappers.nix
@@ -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