summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdepim-runtime.nix
blob: ef637f3f075b1e043984ed4ea9193f0340622c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ kde, fetchurl, cmake, kdelibs, libxml2, libxslt, boost, kdepimlibs, akonadi
, shared_desktop_ontologies }:

kde {
  buildInputs = [ kdepimlibs akonadi boost shared_desktop_ontologies libxml2
    libxslt ];

  meta = {
    description = "KDE PIM runtime";
    license = "GPL";
  };
}