Merge pull request #295168 from philiptaron/deprecate-libelf-dpdk

dpdk: use `elfutils` instead of abandoned `libelf`
This commit is contained in:
a-n-n-a-l-e-e 2024-03-15 18:13:14 -07:00 committed by GitHub
commit c2e03072b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

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

View file

@ -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