3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/kde-4.11/kdegames/ktuberling.nix

8 lines
182 B
Nix
Raw Normal View History

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