nixpkgs/pkgs/desktops/kde-4.14/kdegames/bovo.nix
2014-09-24 23:48:38 +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";
};
}