Unverified Commit 2792969b authored by Philip Taron's avatar Philip Taron
Browse files

spdk: use elfutils instead of abandoned libelf

parent 67e2bc03
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = [