summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdeplasma-addons.nix
blob: 30a32b465b60d886531ae34159be4b275a246fff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ kde, kdelibs, marble, shared_desktop_ontologies, pkgconfig
, boost, eigen, kde_workspace, attica, python, qca2, qimageblitz
, kdepimlibs, libkexiv2, libqalculate, libXtst }:
# TODO: qwt, scim

kde {

  KDEDIRS=marble;

  buildInputs = [ kdelibs boost eigen kde_workspace
    attica python qca2 qimageblitz kdepimlibs
    libqalculate libXtst shared_desktop_ontologies marble libkexiv2];

  nativeBuildInputs = [ pkgconfig ];

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