We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06dbc9 commit 4fa30e1Copy full SHA for 4fa30e1
nix/derivation.nix
@@ -30,6 +30,7 @@ with pkgs; stdenv.mkDerivation {
30
libseccomp
31
libsystemd
32
yajl
33
+ numactl
34
] ++ lib.optionals enableCriu [ criu ];
35
configureFlags = [ "--enable-static" ] ++ lib.optional (!enableSystemd) [ "--disable-systemd" ];
36
prePatch = ''
nix/overlay.nix
@@ -28,6 +28,7 @@ self: super:
28
libassuan = (static super.libassuan);
29
libgpgerror = (static super.libgpgerror);
libseccomp = (static super.libseccomp);
+ numactl = (static super.numactl);
libcap = (static super.libcap).overrideAttrs (x: {
postInstall = ''
mkdir -p "$doc/share/doc/${x.pname}-${x.version}"
0 commit comments