kdePackages.kwin: backport patch recommended by upstream (#435562)

authored by K900 and committed by GitHub bbe943aa f94208fc

+9
+9
pkgs/kde/plasma/kwin/default.nix
··· 1 1 { 2 + fetchpatch, 2 3 mkKdeDerivation, 3 4 pkg-config, 4 5 qtquick3d, ··· 25 26 ./0003-plugins-qpa-allow-using-nixos-wrapper.patch 26 27 ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch 27 28 ./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch 29 + 30 + # Backport fix for very annoying flickering on AMD GPUs 31 + # when animating brightness changes. 32 + # FIXME: remove in 6.4.5 33 + (fetchpatch { 34 + url = "https://invent.kde.org/plasma/kwin/-/commit/7d36003cb073ed2ad48b2743883db993106c347a.patch"; 35 + hash = "sha256-x+GVRU1CIne1TsGJsk2+JbWJi/wuDOFiABXuqgDD9bs="; 36 + }) 28 37 ]; 29 38 30 39 postPatch = ''