mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
security: switching to linuxHeaders so we always stay current with the selected kernel.
This commit is contained in:
parent
79f1a1e07a
commit
c16647ec29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue