We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a180b6 commit 1a7f056Copy full SHA for 1a7f056
1 file changed
pkgs/by-name/mf/mftrace/package.nix
@@ -8,6 +8,7 @@
8
fontforge,
9
potrace,
10
texlive,
11
+ fetchpatch2,
12
}:
13
14
/*
@@ -34,6 +35,14 @@ stdenv.mkDerivation (finalAttrs: {
34
35
sha256 = "02ik25aczkbi10jrjlnxby3fmixxrwm2k5r4fkfif3bjfym7nqbc";
36
};
37
38
+ patches = [
39
+ (fetchpatch2 {
40
+ name = "gcc-15.patch";
41
+ url = "https://salsa.debian.org/debian/mftrace/-/raw/628987e5ce8bdab737f9fbc730a75fdd29ce81d2/debian/patches/gcc-15.patch";
42
+ hash = "sha256-eTDohSGzy2hxZmpAXiYaAk3DBnrXduNum0fO6bHGUQw=";
43
+ })
44
+ ];
45
+
46
nativeBuildInputs = [
47
makeWrapper
48
autoreconfHook
0 commit comments