kdePackages.kwin: backport fix recommended by upstream (#503598)

This commit is contained in:
K900
2026-03-26 05:19:35 +00:00
committed by GitHub
+8
View File
@@ -18,6 +18,7 @@
pipewire,
krunner,
python3,
fetchpatch,
}:
mkKdeDerivation {
pname = "kwin";
@@ -26,6 +27,13 @@ mkKdeDerivation {
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch
# backport fix for AMDGPU display corruption
# FIXME: remove in next update
(fetchpatch {
url = "https://invent.kde.org/plasma/kwin/-/commit/bc2efa2f0e848ff0a621377cfe1141294c91b1bf.diff";
hash = "sha256-eLrwHCKRgFimUMhIibQPEv5NAOo0GlSxY7TbtIa2/eY=";
})
];
postPatch = ''