summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdeplasma-addons.nix
blob: 2b1f1628cf1da347d304a544722ae6f791edf4d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ kde, kdelibs, marble, shared_desktop_ontologies, pkgconfig
, boost, eigen2, kde_workspace, attica, qca2, qimageblitz
, kdepimlibs, libkexiv2, libqalculate, libXtst, libdbusmenu_qt
, qjson, qoauth }:

kde {

# TODO: qwt, scim, ibus

  KDEDIRS=marble;

  buildInputs = [ kdelibs boost kde_workspace kdepimlibs attica qjson qoauth
                  eigen2 qca2 libXtst qimageblitz libqalculate 
                  shared_desktop_ontologies marble libkexiv2 libdbusmenu_qt
  ];

  nativeBuildInputs = [ pkgconfig ];

  meta = {
    description = "KDE Plasma Addons";
    license = "GPL";
  };
}