odp-dpdk: use elfutils instead of abandoned libelf

I'm not sure why I needed to add `zstd` here.
This commit is contained in:
Philip Taron 2024-03-11 15:56:23 -07:00
parent b4f8dd47c2
commit 9d1489e2cc
No known key found for this signature in database

@ -10,8 +10,9 @@
, numactl , numactl
, openssl , openssl
, zlib , zlib
, zstd
, libbsd , libbsd
, libelf , elfutils
, jansson , jansson
, libnl , libnl
}: }:
@ -37,8 +38,9 @@ stdenv.mkDerivation rec {
numactl numactl
openssl openssl
zlib zlib
zstd
libbsd libbsd
libelf elfutils
jansson jansson
libbpf libbpf
libnl libnl