Unverified Commit f20519d6 authored by Bobby Rong's avatar Bobby Rong
Browse files

muffin: Fix Qt apps crashing on wayland

parent 7b0a56e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = [