nixpkgs/pkgs/desktops/kde-4.12/kdegames/kreversi.nix

8 lines
296 B
Nix
Raw Normal View History

2014-02-12 21:25:11 -05:00
{ 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";
};
}