libsForQt5.kwayland: cherry-pick patch to fix build with latest libdrm

This commit is contained in:
K900
2026-01-15 12:53:55 +03:00
parent 331a9fd683
commit 89e272dacd
@@ -8,10 +8,19 @@
qtbase,
wayland,
wayland-protocols,
fetchpatch,
}:
mkDerivation {
pname = "kwayland";
patches = [
(fetchpatch {
url = "https://invent.kde.org/plasma/kwayland/-/commit/0954a179d4ef72597efea44a91071eb9a55a385f.diff";
hash = "sha256-TB9ZIYV58E41rA8mP5MXjIKZUOdH/rZfOYsgUlV+QLk=";
})
];
nativeBuildInputs = [
extra-cmake-modules
wayland-scanner