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

# TODO: R is not found

  buildInputs = [ kdelibs libspectre analitza R libqalculate];

  nativeBuildInputs = [ pkgconfig ];

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