summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/kbounce.nix
blob: 77fa0db63529bfa0770c1c380565a34d48dcc46f (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a single player arcade game with the elements of puzzle";
  };
}