summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
blob: a24928160df17e3c92c5a2ae539074fa6f38a944 (plain) (tree)


































                                              
{ kdeApp
, lib
, extra-cmake-modules
, kdoctools
, kconfig
, kio
, ki18n
, kservice
, kfilemetadata
, baloo
, kdelibs4support
}:

kdeApp {
  name = "baloo-widgets";
  nativeBuildInputs = [
    extra-cmake-modules
    kdoctools
  ];
  buildInputs = [
    kconfig
    kservice
  ];
  propagatedBuildInputs = [
    baloo
    kdelibs4support
    kfilemetadata
    ki18n
    kio
  ];
  meta = {
    license = [ lib.licenses.lgpl21 ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
}