summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/klickety.nix
blob: 87415f9a4f81d683df2d3db104a962b1ccd29e47 (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";
  };
}