about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/kolf.nix
blob: 78815ee579962b72f8d8bf2704dd3747cc1eee52 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "a miniature golf game";
  };
}