nixpkgs/pkgs/desktops/kde-4.12/kdeedu/kig.nix

10 lines
195 B
Nix
Raw Normal View History

2014-02-13 02:25:11 +00:00
{ kde, kdelibs, boost, python}:
kde {
buildInputs = [ kdelibs boost python ];
cmakeFlags = "-DKIG_ENABLE_PYTHON_SCRIPTING=1";
meta = {
description = "KDE Interactive Geometry";
};
}