Unverified Commit a7f519fd authored by misuzu's avatar misuzu Committed by GitHub
Browse files

shipwright: fix build on gcc14 (#367988)

parents 388129ef 7a47cb5e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  lib,
  fetchFromGitHub,
  fetchurl,
  fetchpatch,
  copyDesktopItems,
  makeDesktopItem,
  python3,
@@ -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: