mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
7 lines
201 B
Nix
7 lines
201 B
Nix
{ kde, kdelibs, libkdegames }:
|
|
kde {
|
|
buildInputs = [ kdelibs libkdegames ];
|
|
meta = {
|
|
description = "a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
|
|
};
|
|
}
|