kdePackages.kwin: backport crash fix recommended by upstream (#397722)

This commit is contained in:
K900
2025-04-10 19:14:39 +03:00
committed by GitHub
+8
View File
@@ -17,6 +17,7 @@
pipewire,
krunner,
python3,
fetchpatch,
}:
mkKdeDerivation {
pname = "kwin";
@@ -29,6 +30,13 @@ 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
# FIXME: remove in 6.3.5
(fetchpatch {
url = "https://invent.kde.org/plasma/kwin/-/commit/93bf2f98ae22e654d997c7140b7fe9936fa3f2d3.patch";
hash = "sha256-Jaa7IVuYMfxzUv0y2rUo5hdYavjaUkEW9/yteL5katE=";
})
];
postPatch = ''