Skip to content

Commit 4fa30e1

Browse files
committed
nix: update dependencies for numactl
Signed-off-by: Fabio M. Di Nitto <[email protected]>
1 parent b06dbc9 commit 4fa30e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nix/derivation.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ with pkgs; stdenv.mkDerivation {
3030
libseccomp
3131
libsystemd
3232
yajl
33+
numactl
3334
] ++ lib.optionals enableCriu [ criu ];
3435
configureFlags = [ "--enable-static" ] ++ lib.optional (!enableSystemd) [ "--disable-systemd" ];
3536
prePatch = ''

nix/overlay.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ self: super:
2828
libassuan = (static super.libassuan);
2929
libgpgerror = (static super.libgpgerror);
3030
libseccomp = (static super.libseccomp);
31+
numactl = (static super.numactl);
3132
libcap = (static super.libcap).overrideAttrs (x: {
3233
postInstall = ''
3334
mkdir -p "$doc/share/doc/${x.pname}-${x.version}"

0 commit comments

Comments
 (0)