nixpkgs/pkgs/desktops/kde-5/frameworks-5.21/kxmlrpcclient.nix
2016-04-25 19:04:24 -05:00

11 lines
251 B
Nix

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