summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdegames/granatier.nix
blob: 9f1ab0053099d6a20e9dbe59f91c399525c4007a (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
  };
}