gridcoin-research: fix GCC 15 build (#485908)

This commit is contained in:
Vladimír Čunát 2026-03-06 07:59:22 +00:00 committed by GitHub
commit 3c153aba51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@
libtool,
miniupnpc,
hexdump,
fetchpatch2,
}:
stdenv.mkDerivation (finalAttrs: {
@ -29,6 +30,13 @@ stdenv.mkDerivation (finalAttrs: {
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