mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
krdp: backport freerdp3 support to fix build
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user