dpdk: use elfutils instead of abandoned libelf

This commit is contained in:
Philip Taron 2024-03-11 15:54:35 -07:00
parent f5736d920c
commit b4f8dd47c2
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
, kernel
, fetchurl
, pkg-config, meson, ninja, makeWrapper
, libbsd, numactl, libbpf, zlib, libelf, jansson, openssl, libpcap, rdma-core
, libbsd, numactl, libbpf, zlib, elfutils, jansson, openssl, libpcap, rdma-core
, doxygen, python3, pciutils
, withExamples ? []
, shared ? false
@ -38,7 +38,7 @@ in stdenv.mkDerivation {
buildInputs = [
jansson
libbpf
libelf
elfutils
libpcap
numactl
openssl.dev