summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdeedu/marble.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.10/kdeedu/marble.nix')
-rw-r--r--pkgs/desktops/kde-4.10/kdeedu/marble.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/desktops/kde-4.10/kdeedu/marble.nix b/pkgs/desktops/kde-4.10/kdeedu/marble.nix
deleted file mode 100644
index 4f73472f631..00000000000
--- a/pkgs/desktops/kde-4.10/kdeedu/marble.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ kde, kdelibs, gpsd }:
-
-kde {
-#todo: package QextSerialPort, libshp(shapelib), QtMobility, QtLocation, libwlocate
-  buildInputs = [ kdelibs gpsd ];
-
-  meta = {
-    description = "Marble Virtual Globe";
-  };
-}