diff --git a/pkgs/kde/plasma/plasma-workspace/default.nix b/pkgs/kde/plasma/plasma-workspace/default.nix index b5a8b5d3657f..e9e9bbe1b41b 100644 --- a/pkgs/kde/plasma/plasma-workspace/default.nix +++ b/pkgs/kde/plasma/plasma-workspace/default.nix @@ -17,6 +17,7 @@ qttools, qqc2-breeze-style, gpsd, + fetchpatch, }: mkKdeDerivation { pname = "plasma-workspace"; @@ -32,6 +33,13 @@ mkKdeDerivation { # @QtBinariesDir@ only appears in the *removed* lines of the diff QtBinariesDir = null; }) + + # Backport patch recommended by upstream + # FIXME: remove in 6.3.5 + (fetchpatch { + url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/47d502353720004fa2d0e7b0065994b75b3e0ded.patch"; + hash = "sha256-wt0ZIF4zcEOmP0o4ZcjBYxVjr2hVUlOKVJ8SMNSYt68="; + }) ]; postInstall = ''