summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kspaceduel.nix
blob: 5285f7916cad0ed55ccf340b5e874ce4b93eeaa2 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "each of two possible players control a satellite spaceship orbiting the sun. As the game progresses players have to eliminate the opponent's spacecraft with bullets or mines";
  };
}