3p/nixpkgs/kwin: add patch to unbreak Chrome drag-and-drop
This commit is contained in:
parent
f04490456b
commit
520d8649f1
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
|
fetchpatch,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtquick3d,
|
qtquick3d,
|
||||||
qtsensors,
|
qtsensors,
|
||||||
|
@ -23,6 +24,10 @@ mkKdeDerivation {
|
||||||
# Follow symlinks when searching for aurorae configs
|
# Follow symlinks when searching for aurorae configs
|
||||||
# FIXME(later): upstream?
|
# FIXME(later): upstream?
|
||||||
./0001-follow-symlinks.patch
|
./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
|
# The rest are NixOS-specific hacks
|
||||||
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
|
./0003-plugins-qpa-allow-using-nixos-wrapper.patch
|
||||||
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
|
./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
|
||||||
|
|
Loading…
Reference in a new issue