Commit cb4a3648 authored by K900's avatar K900
Browse files

kdePackages.plasma-workspace: drop workaround for Qt crash

parent cd7c4411
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  mkKdeDerivation,
  replaceVars,
  fetchpatch,
  dbus,
  fontconfig,
  xorg,
@@ -34,12 +33,6 @@ mkKdeDerivation {
      # @QtBinariesDir@ only appears in the *removed* lines of the diff
      QtBinariesDir = null;
    })
    # Fixes https://github.com/NixOS/nixpkgs/issues/442630, next upstream release should already contain this patch
    (fetchpatch {
      name = "fix-media-applet-crash.diff";
      url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/30273fb2afcc6e304951c8895bb17d38255fed39.diff";
      sha256 = "sha256-1p1CjxRioCDm5ugoI8l6kDlOse5FbDJ71tTAY9LPvRc=";
    })
  ];

  postInstall = ''