mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
security: switching to linuxHeaders so we always stay current with the selected kernel.
This commit is contained in:
parent
79f1a1e07a
commit
c16647ec29
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user