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


                                 
                                             
            


              
                     
          
                                                                   


                                                        
                                                                       
 
{
  mkDerivation, lib, kdepimTeam,
  extra-cmake-modules, kdoctools,
  qtwebengine, kio, kcalendarcore, kcontacts,
  cyrus_sasl
}:

mkDerivation {
  pname = "libkgapi";
  meta = {
    license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
    maintainers = kdepimTeam;
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ qtwebengine kio kcalendarcore kcontacts cyrus_sasl ];
}