about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/bovo.nix
blob: 89dff46129b6b50ec7f7149e5453ee79e7caf00b (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";
  };

}