File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ mkKdeDerivation {
3030 ./0003-plugins-qpa-allow-using-nixos-wrapper.patch
3131 ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
3232 ./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch
33+
34+ # Backport fix for crashes with multiple displays as recommended by upstream
35+ # FIXME: remove in 6.3.3
36+ ( fetchpatch {
37+ url = "https://invent.kde.org/plasma/kwin/-/commit/bb263454548f65796e249adcf374aaebdc5e2db6.patch" ;
38+ hash = "sha256-BsQq42LRilz9YZyfisNChBEQcf1YXeBNCiF3ASVXmug=" ;
39+ } )
40+ ( fetchpatch {
41+ url = "https://invent.kde.org/plasma/kwin/-/commit/e652bdd3118fa55563caf0125deb0999f5ebd503.patch" ;
42+ hash = "sha256-4WnyyucIawsFqqSYRT8uY+a1GSDhjtGoqaxEu0o4Il4=" ;
43+ } )
3344 ] ;
3445
3546 postPatch = ''
You can’t perform that action at this time.
0 commit comments