about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdeedu/cantor.nix
blob: a8cd2e44957a3cac62c6043984cf6f23bc4d4097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kde, kdelibs, libspectre, analitza, R, pkgconfig, libqalculate, python }:
kde {

# TODO: R is not found

  buildInputs = [ kdelibs libspectre analitza R libqalculate python ];

  nativeBuildInputs = [ pkgconfig ];

  meta = {
    description = "KDE Frontend to Mathematical Software";
  };
}