krdc: temporarily disable rdp support

This commit is contained in:
Grimmauld 2025-03-27 12:23:57 +01:00
parent e8b1fdc689
commit 42d70d393c
No known key found for this signature in database

View File

@ -1,4 +1,5 @@
{
lib,
mkKdeDerivation,
pkg-config,
shared-mime-info,
@ -10,6 +11,13 @@
mkKdeDerivation {
pname = "krdc";
# freerdp3 is not yet supported by 24.12 version of krdc
# can be dropped with 25.04 kdePackages release, as that will default to freerdp3
# backporting freerdp3 support is non-trivial
cmakeFlags = [
(lib.cmakeBool "WITH_RDP" false)
];
extraNativeBuildInputs = [
pkg-config
shared-mime-info