summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdeedu/kig.nix
blob: 37906c32bcb22f7066c408c8f4a3ce49feaf7796 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs, boost, python}:
kde {
  buildInputs = [ kdelibs boost python ];

  cmakeFlags = "-DKIG_ENABLE_PYTHON_SCRIPTING=1";
  meta = {
    description = "KDE Interactive Geometry";
  };
}