summary refs log blame commit diff
path: root/pkgs/desktops/kde-5/applications/baloo-widgets.nix
blob: fc91c92dbe6dccde1461ec60ac39dd7c0ee63b85 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                         



                                              



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

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