nixpkgs/pkgs/desktops/kde-4.14/kdegames/klines.nix

8 lines
284 B
Nix
Raw Normal View History

2014-09-20 05:09:11 -04:00
{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five";
};
}