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


                                 

                                        








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

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