oci-seccomp-bpf-hook: move to linuxPackages
This commit is contained in:
parent
c5dcb9682e
commit
ee0d559dae
@ -3,9 +3,9 @@
|
||||
, fetchFromGitHub
|
||||
, go-md2man
|
||||
, installShellFiles
|
||||
, libseccomp
|
||||
, linuxPackages
|
||||
, pkg-config
|
||||
, bcc
|
||||
, libseccomp
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -27,8 +27,8 @@ buildGoModule rec {
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
bcc
|
||||
libseccomp
|
||||
linuxPackages.bcc
|
||||
];
|
||||
|
||||
buildPhase = ''
|
@ -17782,6 +17782,8 @@ in
|
||||
|
||||
netatop = callPackage ../os-specific/linux/netatop { };
|
||||
|
||||
oci-seccomp-bpf-hook = if stdenv.lib.versionAtLeast kernel.version "5.4" then callPackage ../os-specific/linux/oci-seccomp-bpf-hook { } else null;
|
||||
|
||||
perf = callPackage ../os-specific/linux/kernel/perf.nix { };
|
||||
|
||||
phc-intel = if stdenv.lib.versionAtLeast kernel.version "4.10" then callPackage ../os-specific/linux/phc-intel { } else null;
|
||||
@ -24872,8 +24874,6 @@ in
|
||||
|
||||
nxengine-evo = callPackage ../games/nxengine-evo { };
|
||||
|
||||
oci-seccomp-bpf-hook = callPackage ../applications/virtualization/oci-seccomp-bpf-hook { };
|
||||
|
||||
odamex = callPackage ../games/odamex { };
|
||||
|
||||
oilrush = callPackage ../games/oilrush { };
|
||||
|
Loading…
Reference in New Issue
Block a user