breakpad: gcc-14 fix (#369787)

This commit is contained in:
Emily
2025-01-03 01:18:20 +00:00
committed by GitHub
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchgit,
fetchpatch,
zlib,
}:
let
@@ -22,6 +23,14 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8AkC/8oX4OWAcV21laJ0AeMRB9G04rFc6UJFy7Wus4A=";
};
patches = [
(fetchpatch {
name = "gcc-14-fixes.patch";
url = "https://github.com/google/breakpad/commit/898a997855168c0e6a689072fefba89246271a5d.patch";
hash = "sha256-OxodMx7XfKiD9j6b8oFvloslYagSSpQn7BPdpMVOoDY=";
})
];
buildInputs = [ zlib ];
postUnpack = ''