summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks-5.17/kxmlrpcclient.nix
blob: 20a300b68bc87b8309abf5bfadcb36d8f7524dd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib, extra-cmake-modules, ki18n, kio }:

kdeFramework {
  name = "kxmlrpcclient";
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ ki18n kio ];
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
  };
}