Unverified Commit 42d70d39 authored by Grimmauld's avatar Grimmauld
Browse files

krdc: temporarily disable rdp support

parent e8b1fdc6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  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