kdePackages.kwin: backport crash fix recommended by upstream

This commit is contained in:
K900
2025-12-12 18:11:24 +03:00
parent fd145cd3a9
commit e6293f5aae
+7
View File
@@ -17,6 +17,7 @@
pipewire,
krunner,
python3,
fetchpatch,
}:
mkKdeDerivation {
pname = "kwin";
@@ -25,6 +26,12 @@ mkKdeDerivation {
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch
# backport crash fix recommended by upstream
(fetchpatch {
url = "https://invent.kde.org/plasma/kwin/-/commit/ef4504320de2c3a7c7aebcf083d75db361f802ae.diff";
hash = "sha256-aYUXlpnvtzWd5bJ3Y9NKDBqAg0x+4enaUTnyZiZCB48=";
})
];
postPatch = ''