Unverified Commit a7b45693 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #301288 from philiptaron/spdk-elfutils

spdk: use elfutils instead of abandoned libelf
parents d5b1268b 2792969b
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 = [