summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/pimlibs/default.nix
blob: a1e26384e47ad38d30c7b3380dca82c47834c6a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ kde, cmake, qt4, perl, boost, cyrus_sasl, gpgme, libical, openldap, shared_mime_info
, kdelibs, automoc4, akonadi, soprano}:

kde.package {

  buildInputs = [ cmake automoc4 perl shared_mime_info ];
  propagatedBuildInputs = [ qt4 boost cyrus_sasl gpgme libical openldap kdelibs
    akonadi soprano ];

  meta = {
    description = "KDE PIM libraries";
    license = "LGPL";
    kde.name = "kdepimlibs";
  };
}