summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdeedu/cantor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.11/kdeedu/cantor.nix')
-rw-r--r--pkgs/desktops/kde-4.11/kdeedu/cantor.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.11/kdeedu/cantor.nix b/pkgs/desktops/kde-4.11/kdeedu/cantor.nix
new file mode 100644
index 000000000000..670a34290329
--- /dev/null
+++ b/pkgs/desktops/kde-4.11/kdeedu/cantor.nix
@@ -0,0 +1,13 @@
+{ kde, kdelibs, libspectre, analitza, R, pkgconfig, libqalculate }:
+kde {
+
+# TODO: R is not found
+
+  buildInputs = [ kdelibs libspectre analitza R libqalculate];
+
+  nativeBuildInputs = [ pkgconfig ];
+
+  meta = {
+    description = "KDE Frontend to Mathematical Software";
+  };
+}