Unverified Commit db5da97f authored by GiggleSquid's avatar GiggleSquid
Browse files

gridcoin-research: fix GCC 15 build

parent c42f42b6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  libtool,
  miniupnpc,
  hexdump,
  fetchpatch2,
}:

stdenv.mkDerivation rec {
@@ -29,6 +30,13 @@ stdenv.mkDerivation rec {
    hash = "sha256-nupZB4nNbitpf5EBCNy0e+ovjayAszup/r7qxbxA5jI=";
  };

  patches = [
    (fetchpatch2 {
      url = "https://github.com/gridcoin-community/Gridcoin-Research/commit/bab91e95ca8c83f06dcc505e6b3f8b44dc6d50d4.patch";
      sha256 = "sha256-GzurVlR7Tk3pmQfgO9WtHXjX6xHqNzdYqOdbJND7MpA=";
    })
  ];

  nativeBuildInputs = [
    pkg-config
    wrapQtAppsHook