nixpkgs/pkgs/desktops/kde-4.11/kdegames/kreversi.nix
Evgeny Egorochkin b25bcf853f package KDE 4.11
2013-08-21 20:41:07 +03:00

8 lines
296 B
Nix

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