summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdeedu/marble.nix
blob: 8bd86c91094e2d4139ccb0ae45c800bc47c0b2fe (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs, gpsd }:

kde {
  buildInputs = [ kdelibs gpsd ];

  meta = {
    description = "Marble Virtual Globe";
  };
}