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


                                 
                                             
            








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

mkDerivation {
  name = "libkgapi";
  meta = {
    license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
    maintainers = kdepimTeam;
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ qtwebengine kio kcalendarcore kcontacts cyrus_sasl ];
}