Unverified Commit f334b494 authored by K900's avatar K900 Committed by GitHub
Browse files

krdc: temporarily disable rdp support to fix build (#393690)

parents cb18b588 42d70d39
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