about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kgoldrunner.nix
blob: 6217c47a806580f24b2b55d2dacc20fcac3f91a8 (plain) (blame)
1
2
3
4
5
6
7
{ 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";
  };
}