kdePackages.plasma-workspace: backport notification padding fix (#395673)

This commit is contained in:
K900
2025-04-03 10:48:50 +03:00
committed by GitHub
@@ -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 = ''