3p/nixpkgs/kwin: add patch to unbreak Chrome drag-and-drop

This commit is contained in:
Luke Granger-Brown 2024-06-09 00:52:47 +01:00
parent f04490456b
commit 520d8649f1

View file

@ -1,5 +1,6 @@
{
mkKdeDerivation,
fetchpatch,
pkg-config,
qtquick3d,
qtsensors,
@ -23,6 +24,10 @@ mkKdeDerivation {
# Follow symlinks when searching for aurorae configs
# FIXME(later): upstream?
./0001-follow-symlinks.patch
(fetchpatch {
url = "https://invent.kde.org/plasma/kwin/-/commit/711c5bb43f2823766d5189dc8d567c8f4cec253c.patch";
sha256 = "sha256-f763RGU1O+oBkBa/MloPubBbAH//p1iLInCuRZGnVUc=";
})
# The rest are NixOS-specific hacks
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch