krdp: backport freerdp3 support to fix build

Grimmauld 4d47b3a8 e8b1fdc6

+6
+6
pkgs/kde/plasma/krdp/default.nix
··· 6 6 pkg-config, 7 7 qtwayland, 8 8 freerdp, 9 + fetchpatch, 9 10 wayland, 10 11 wayland-protocols, 11 12 }: ··· 15 16 patches = [ 16 17 (replaceVars ./hardcode-openssl-path.patch { 17 18 openssl = lib.getExe openssl; 19 + }) 20 + (fetchpatch { 21 + # support for freerdp3, can be dropped with krdp 6.4 22 + url = "https://invent.kde.org/plasma/krdp/-/merge_requests/69.patch"; 23 + hash = "sha256-5x9JUbFTw/POxBW8G/BOlo/wtcUjPU9J1V/wba1EI/o="; 18 24 }) 19 25 ]; 20 26