2012-03-05 12:59:19 -08:00
|
|
|
{ kde, kdelibs, marble, shared_desktop_ontologies, pkgconfig
|
2011-08-15 11:06:26 -07:00
|
|
|
, boost, eigen, kde_workspace, attica, python, qca2, qimageblitz
|
|
|
|
, kdepimlibs, libkexiv2, libqalculate, libXtst }:
|
|
|
|
# TODO: qwt, scim
|
|
|
|
|
|
|
|
kde {
|
|
|
|
|
2011-08-19 08:42:58 -07:00
|
|
|
KDEDIRS=marble;
|
2011-08-15 11:06:26 -07:00
|
|
|
|
|
|
|
buildInputs = [ kdelibs boost eigen kde_workspace
|
|
|
|
attica python qca2 qimageblitz kdepimlibs
|
2011-08-19 08:42:58 -07:00
|
|
|
libqalculate libXtst shared_desktop_ontologies marble libkexiv2];
|
2011-08-15 11:06:26 -07:00
|
|
|
|
2012-12-28 10:20:09 -08:00
|
|
|
nativeBuildInputs = [ pkgconfig ];
|
2012-03-05 12:59:19 -08:00
|
|
|
|
2011-08-15 11:06:26 -07:00
|
|
|
meta = {
|
|
|
|
description = "KDE Plasma Addons";
|
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|