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, 10 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.10/kdeedu/marble.nix b/pkgs/desktops/kde-4.10/kdeedu/marble.nix
new file mode 100644
index 000000000000..4f73472f6314
--- /dev/null
+++ b/pkgs/desktops/kde-4.10/kdeedu/marble.nix
@@ -0,0 +1,10 @@
+{ kde, kdelibs, gpsd }:
+
+kde {
+#todo: package QextSerialPort, libshp(shapelib), QtMobility, QtLocation, libwlocate
+  buildInputs = [ kdelibs gpsd ];
+
+  meta = {
+    description = "Marble Virtual Globe";
+  };
+}