summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/klines.nix
blob: e5c32d3fa9abcf489cb0502cd663fd3292b5b065 (plain) (blame)
1
2
3
4
5
6
7
{ 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";
  };
}