spdk: use elfutils instead of abandoned libelf
This commit is contained in:
parent
67e2bc0371
commit
2792969bd1
1 changed files with 4 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue