Skip to content

Commit b5e523d

Browse files
authored
kdePackages.kwin: backport fix recommended by upstream (#387362)
2 parents 391e0fc + 704b984 commit b5e523d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkgs/kde/plasma/kwin/default.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = ''

0 commit comments

Comments
 (0)