We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388129e + 7a47cb5 commit a7f519fCopy full SHA for a7f519f
pkgs/by-name/sh/shipwright/package.nix
@@ -6,6 +6,7 @@
6
lib,
7
fetchFromGitHub,
8
fetchurl,
9
+ fetchpatch,
10
copyDesktopItems,
11
makeDesktopItem,
12
python3,
@@ -43,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
43
44
45
patches = [
46
./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
+ })
52
];
53
54
# This would get fetched at build time otherwise, see:
0 commit comments