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

kde {
  buildInputs = [ kdelibs ];

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