Merge pull request #301288 from philiptaron/spdk-elfutils

spdk: use elfutils instead of abandoned libelf
This commit is contained in:
Weijia Wang 2024-04-04 02:19:58 +02:00 committed by GitHub
commit a7b4569327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,10 @@
, openssl
, pkg-config
, zlib
, zstd
, libpcap
, libnl
, libelf
, elfutils
, jansson
, ensureNewerSourcesForZipFilesHook
}:
@ -44,7 +45,7 @@ stdenv.mkDerivation rec {
jansson
libaio
libbsd
libelf
elfutils
libuuid
libpcap
libnl
@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
openssl
ncurses
zlib
zstd
];
patches = [