summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/kreversi.nix
blob: 2aed981428e1e99072187e53b7d3657a38828e81 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player";
  };
}