Unverified Commit ab9a7c1e authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #311442 from philiptaron/issue-271473/rocm

rocm{5,6}: use elfutils instead of abandoned libelf
parents ea7468d3 d466c123
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, xxd
, rocm-device-libs
, rocm-thunk
, libelf
, elfutils
, libdrm
, numactl
, valgrind
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    rocm-thunk
    libelf
    elfutils
    libdrm
    numactl
    valgrind
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
, xxd
, rocm-device-libs
, rocm-thunk
, libelf
, elfutils
, libdrm
, numactl
, valgrind
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    rocm-thunk
    libelf
    elfutils
    libdrm
    numactl
    valgrind