nixpkgs/pkgs/desktops/kde-4.11/kdegames/ktuberling.nix

8 lines
182 B
Nix
Raw Normal View History

2013-08-21 19:38:48 +02:00
{ kde, kdelibs, libkdegames }:
kde {
buildInputs = [ kdelibs libkdegames ];
meta = {
description = "a simple constructor game suitable for children and adults alike";
};
}