summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/kapman.nix
blob: f10e099da3cc1969a2556a6c96127f671dc5ba2e (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a clone of the well known game Pac-Man";
  };
}