Skip to content

Commit a7f519f

Browse files
authored
shipwright: fix build on gcc14 (#367988)
2 parents 388129e + 7a47cb5 commit a7f519f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/by-name/sh/shipwright/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
lib,
77
fetchFromGitHub,
88
fetchurl,
9+
fetchpatch,
910
copyDesktopItems,
1011
makeDesktopItem,
1112
python3,
@@ -43,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
4344

4445
patches = [
4546
./darwin-fixes.patch
47+
(fetchpatch {
48+
name = "gcc14.patch";
49+
url = "https://github.com/HarbourMasters/Shipwright/commit/1bc15d5bf3042d4fd64e1952eb68c47a7d5d8061.patch";
50+
hash = "sha256-OpjP+rGqx56DB4W8yzLkxuxSAQa6oXQqtbQ2cNcFjYQ=";
51+
})
4652
];
4753

4854
# This would get fetched at build time otherwise, see:

0 commit comments

Comments
 (0)