mftrace: patch for GCC15 to fix linux build (#503280)

This commit is contained in:
Michael Daniels
2026-03-28 03:00:05 +00:00
committed by GitHub
+9
View File
@@ -8,6 +8,7 @@
fontforge,
potrace,
texlive,
fetchpatch2,
}:
/*
@@ -34,6 +35,14 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "02ik25aczkbi10jrjlnxby3fmixxrwm2k5r4fkfif3bjfym7nqbc";
};
patches = [
(fetchpatch2 {
name = "gcc-15.patch";
url = "https://salsa.debian.org/debian/mftrace/-/raw/628987e5ce8bdab737f9fbc730a75fdd29ce81d2/debian/patches/gcc-15.patch";
hash = "sha256-eTDohSGzy2hxZmpAXiYaAk3DBnrXduNum0fO6bHGUQw=";
})
];
nativeBuildInputs = [
makeWrapper
autoreconfHook