qt6.qtbase: backport fix for another freetype related crash

This commit is contained in:
K900
2026-05-05 19:46:53 +03:00
parent c5e6f5caf8
commit 84c72525e9
@@ -251,6 +251,11 @@ stdenv.mkDerivation {
url = "https://github.com/qt/qtbase/commit/1466f88633b2c29a6159a0c2eacd0c0d6601aa5e.diff";
hash = "sha256-ubDAXF47SYagRAJ5SYyBxXl2PiHjAZo3xlYPDz1jRYM=";
})
# another crash fix
(fetchpatch {
url = "https://github.com/qt/qtbase/commit/515cbbacfba9f4259c9c3b0714a31222c2b4c879.diff";
hash = "sha256-93tzp4O7dZxRZv7ilN/gbQSVmaeOGmxpYgM7aomN0n8=";
})
];
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''