nixpkgs/pkgs/desktops/kde-4.14/kdegames/kgoldrunner.nix

8 lines
282 B
Nix
Raw Normal View History

2014-09-20 10:09:11 +01:00
{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "An action game where the hero runs through a maze, climbs stairs, dig holes and dodges enemies in order to collect all the gold nuggets and escape to the next level";
2014-09-20 10:09:11 +01:00
};
}