muffin: Fix Qt apps crashing on wayland

This commit is contained in:
Bobby Rong
2025-09-07 17:11:57 +08:00
parent 7b0a56e6ce
commit f20519d66a
+8
View File
@@ -2,6 +2,7 @@
stdenv,
lib,
fetchFromGitHub,
fetchpatch,
replaceVars,
cairo,
cinnamon-desktop,
@@ -62,6 +63,13 @@ stdenv.mkDerivation rec {
(replaceVars ./fix-paths.patch {
inherit zenity;
})
# Fix Qt apps crashing on wayland
# https://github.com/linuxmint/muffin/pull/739
(fetchpatch {
url = "https://github.com/linuxmint/muffin/commit/760e2a3046e13610c4fda1291a9a28e589d2bd93.patch";
hash = "sha256-D0u8UxW5USzMW9KlP3Y4XCWxrQ1ySufDv+eCbrAP71c=";
})
];
nativeBuildInputs = [