krdp: backport freerdp3 support to fix build

This commit is contained in:
Grimmauld
2025-03-27 12:02:27 +01:00
parent e8b1fdc689
commit 4d47b3a856

View File

@@ -6,6 +6,7 @@
pkg-config,
qtwayland,
freerdp,
fetchpatch,
wayland,
wayland-protocols,
}:
@@ -16,6 +17,11 @@ mkKdeDerivation {
(replaceVars ./hardcode-openssl-path.patch {
openssl = lib.getExe openssl;
})
(fetchpatch {
# support for freerdp3, can be dropped with krdp 6.4
url = "https://invent.kde.org/plasma/krdp/-/merge_requests/69.patch";
hash = "sha256-5x9JUbFTw/POxBW8G/BOlo/wtcUjPU9J1V/wba1EI/o=";
})
];
extraNativeBuildInputs = [ pkg-config ];