mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
gridcoin-research: fix GCC 15 build (#485908)
This commit is contained in:
commit
3c153aba51
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue