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