Skip to content

Commit

Permalink
shipwright: fix build on gcc14 (#367988)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 388129e + 7a47cb5 commit a7f519f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/by-name/sh/shipwright/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
lib,
fetchFromGitHub,
fetchurl,
fetchpatch,
copyDesktopItems,
makeDesktopItem,
python3,
Expand Down Expand Up @@ -43,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {

patches = [
./darwin-fixes.patch
(fetchpatch {
name = "gcc14.patch";
url = "https://github.com/HarbourMasters/Shipwright/commit/1bc15d5bf3042d4fd64e1952eb68c47a7d5d8061.patch";
hash = "sha256-OpjP+rGqx56DB4W8yzLkxuxSAQa6oXQqtbQ2cNcFjYQ=";
})
];

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

0 comments on commit a7f519f

Please sign in to comment.