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