oci-seccomp-bpf-hook: move to linuxPackages
This commit is contained in:
parent
c5dcb9682e
commit
ee0d559dae
@ -3,9 +3,9 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, go-md2man
|
, go-md2man
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, libseccomp
|
|
||||||
, linuxPackages
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
, bcc
|
||||||
|
, libseccomp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
@ -27,8 +27,8 @@ buildGoModule rec {
|
|||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
bcc
|
||||||
libseccomp
|
libseccomp
|
||||||
linuxPackages.bcc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
@ -17782,6 +17782,8 @@ in
|
|||||||
|
|
||||||
netatop = callPackage ../os-specific/linux/netatop { };
|
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 { };
|
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;
|
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 { };
|
nxengine-evo = callPackage ../games/nxengine-evo { };
|
||||||
|
|
||||||
oci-seccomp-bpf-hook = callPackage ../applications/virtualization/oci-seccomp-bpf-hook { };
|
|
||||||
|
|
||||||
odamex = callPackage ../games/odamex { };
|
odamex = callPackage ../games/odamex { };
|
||||||
|
|
||||||
oilrush = callPackage ../games/oilrush { };
|
oilrush = callPackage ../games/oilrush { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user