From 5c64543c56baa46bc7e44087ae4b57574c648a13 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 3 Apr 2025 09:20:32 +0300 Subject: [PATCH] kdePackages.plasma-workspace: backport notification padding fix See https://pointieststick.com/2025/04/02/if-your-notifications-look-kind-of-stupid-in-plasma-6-3-4-its-my-fault/ --- pkgs/kde/plasma/plasma-workspace/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = ''