plasma-workspace: apply patch to fix crash with media applet

This commit is contained in:
Timo Gottszky
2025-09-26 21:57:44 +02:00
parent 5315811166
commit 013d6e6f85

View File

@@ -2,6 +2,7 @@
lib, lib,
mkKdeDerivation, mkKdeDerivation,
replaceVars, replaceVars,
fetchpatch,
dbus, dbus,
fontconfig, fontconfig,
xorg, xorg,
@@ -33,6 +34,12 @@ mkKdeDerivation {
# @QtBinariesDir@ only appears in the *removed* lines of the diff # @QtBinariesDir@ only appears in the *removed* lines of the diff
QtBinariesDir = null; 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 = '' postInstall = ''