Unverified Commit 144bea7d authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 764f317e 9fd154c7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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