about 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, 0 insertions, 13 deletions
diff --git a/pkgs/desktops/kde-4.11/kdeedu/cantor.nix b/pkgs/desktops/kde-4.11/kdeedu/cantor.nix
deleted file mode 100644
index 670a34290329..000000000000
--- a/pkgs/desktops/kde-4.11/kdeedu/cantor.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ 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";
-  };
-}