summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdegames/bovo.nix
blob: b0e7d99c589fe83eb4ac9aed256d025c44f5111e (plain) (blame)
1
2
3
4
5
6
7
8
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a Gomoku (from Japanese 五目並べ - lit. \"five points\") like game for two players, where the opponents alternate in placing their respective pictogram on the game board";
  };

}