plasma-workspace: backport patch for cleaner shutdowns

This commit is contained in:
K900 2023-09-30 10:57:40 +03:00
parent bf25d8782b
commit 05290d4aa0

View File

@ -148,6 +148,12 @@ mkDerivation {
patches = [
./0001-startkde.patch
./0002-absolute-wallpaper-install-dir.patch
# Backport patch for cleaner shutdowns
(fetchpatch {
url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/6ce8f434139f47e6a71bf0b68beae92be8845ce4.patch";
hash = "sha256-cYw/4/9tSnCbArLr72O8F8V0NLkVXdCVnJGoGxSzZMg=";
})
];
# QT_INSTALL_BINS refers to qtbase, and qdbus is in qttools