From 9d1489e2cc67ea94967ac938dff8d651be95f815 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 11 Mar 2024 15:56:23 -0700 Subject: odp-dpdk: use elfutils instead of abandoned libelf I'm not sure why I needed to add `zstd` here. --- pkgs/os-specific/linux/odp-dpdk/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/linux/odp-dpdk/default.nix b/pkgs/os-specific/linux/odp-dpdk/default.nix index 7ac560824db8..bc8bf488def9 100644 --- a/pkgs/os-specific/linux/odp-dpdk/default.nix +++ b/pkgs/os-specific/linux/odp-dpdk/default.nix @@ -10,8 +10,9 @@ , numactl , openssl , zlib +, zstd , libbsd -, libelf +, elfutils , jansson , libnl }: @@ -37,8 +38,9 @@ stdenv.mkDerivation rec { numactl openssl zlib + zstd libbsd - libelf + elfutils jansson libbpf libnl -- cgit 1.4.1