nixpkgs/pkgs/desktops/kde-4.7/kdeplasma-addons.nix
Yury G. Kudryashov 8abd44f249 Big kde-4.7.0 update
* Remove a lot of code duplication.
* Package almost all (except for smoke-based bindings).

svn path=/nixpkgs/trunk/; revision=28597
2011-08-15 18:06:26 +00:00

20 lines
508 B
Nix

{ kde, kdelibs, kdeedu, shared_desktop_ontologies
, boost, eigen, kde_workspace, attica, python, qca2, qimageblitz
, kdepimlibs, libkexiv2, libqalculate, libXtst }:
# TODO: qwt, scim
# TODO: parts of kdegraphics, kdeedu
kde {
KDEDIRS=kdeedu.marble;
buildInputs = [ kdelibs boost eigen kde_workspace
attica python qca2 qimageblitz kdepimlibs
libqalculate libXtst shared_desktop_ontologies kdeedu.marble libkexiv2];
meta = {
description = "KDE Plasma Addons";
license = "GPL";
};
}