summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/klines.nix
blob: 90952fe91c07d0bf4eec2e20d7af7eab4d276bf1 (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";
  };
}