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