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 { 2 mkKdeDerivation, 3 pkg-config, 4 qtquick3d, ··· 25 ./0003-plugins-qpa-allow-using-nixos-wrapper.patch 26 ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch 27 ./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch 28 ]; 29 30 postPatch = ''
··· 1 { 2 + fetchpatch, 3 mkKdeDerivation, 4 pkg-config, 5 qtquick3d, ··· 26 ./0003-plugins-qpa-allow-using-nixos-wrapper.patch 27 ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch 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 + }) 37 ]; 38 39 postPatch = ''