summary refs log blame commit diff
path: root/pkgs/applications/kde/baloo-widgets.nix
blob: f6f3a7ce14ea1eabb7114439120c6b6bed4f480f (plain) (tree)
1
2
3
4
5
6
7
8



                                                                      



                         



                                              
                                        
                           
                                                                  
    
 
{
  kdeApp, lib,
  ecm, kdoctools,
  baloo, kconfig, kdelibs4support, kfilemetadata, ki18n, kio, kservice
}:

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