We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4924a + a797009 commit 72cb67dCopy full SHA for 72cb67d
pkgs/kde/plasma/kwin/default.nix
@@ -17,6 +17,7 @@
17
pipewire,
18
krunner,
19
python3,
20
+ fetchpatch,
21
}:
22
mkKdeDerivation {
23
pname = "kwin";
@@ -29,6 +30,13 @@ mkKdeDerivation {
29
30
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
31
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
32
./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
+ })
40
];
41
42
postPatch = ''
0 commit comments