nixpkgs/pkgs/desktops/kde-4.12/kdegames/granatier.nix

8 lines
201 B
Nix
Raw Normal View History

2014-02-13 03:25:11 +01:00
{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
};
}