Skip to content

Commit 72cb67d

Browse files
authored
kdePackages.kwin: backport crash fix recommended by upstream (NixOS#397722)
2 parents 2b4924a + a797009 commit 72cb67d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkgs/kde/plasma/kwin/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
pipewire,
1818
krunner,
1919
python3,
20+
fetchpatch,
2021
}:
2122
mkKdeDerivation {
2223
pname = "kwin";
@@ -29,6 +30,13 @@ mkKdeDerivation {
2930
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
3031
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
3132
./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch
33+
34+
# Backport crash fix
35+
# FIXME: remove in 6.3.5
36+
(fetchpatch {
37+
url = "https://invent.kde.org/plasma/kwin/-/commit/93bf2f98ae22e654d997c7140b7fe9936fa3f2d3.patch";
38+
hash = "sha256-Jaa7IVuYMfxzUv0y2rUo5hdYavjaUkEW9/yteL5katE=";
39+
})
3240
];
3341

3442
postPatch = ''

0 commit comments

Comments
 (0)