Unverified Commit 226c7185 authored by Luna's avatar Luna Committed by GitHub
Browse files

rocmPackages.amdsmi: fix build with gcc15 (#476015)

parents 56b9c675 6355638c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://github.com/ROCm/amdsmi/commit/49aa2af045a4bc688e6f3ee0545f12afc45c1efe.patch";
      hash = "sha256-5dH9N4m+2mJIGVEB86SvdK3uAYyGFTfbCBJ8e09iQ3w=";
    })
    (fetchpatch {
      name = "fix-build-with-gcc15.patch";
      url = "https://github.com/ROCm/amdsmi/commit/902667db3cafe72e2009287cb96b160854ab9d81.patch";
      hash = "sha256-MoOY5q6tQ7Q+bgm/600Etz+cxRk4L2ujkarnBjnfANw=";
    })
  ];

  nativeBuildInputs = [