nixpkgs/pkgs/desktops/kde-4.12/kdegames/bovo.nix
2014-02-13 04:26:42 +02:00

9 lines
292 B
Nix

{ 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";
};
}