summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/klickety.nix
blob: b592bc40641f8ae6272f7b6f3e6c0e30c21d019b (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a puzzle game where the player removes groups of colored marbles to clear the board";
  };
}