about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdeedu/kmplot.nix
blob: fc7b0578c27bae87fbccb9928565560237224430 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "A KDE mathematical function plotter";
  };
}