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

10 lines
195 B
Nix
Raw Normal View History

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