about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdegames/ktuberling.nix
blob: a4480864fd8bf932233b86cbb3c3f9cb9c598a92 (plain) (blame)
1
2
3
4
5
6
7
{ kde, kdelibs, libkdegames }:
kde {
  buildInputs = [ kdelibs libkdegames ];
  meta = {
    description = "A simple constructor game suitable for children and adults alike";
  };
}