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

  buildInputs = [ kdelibs libspectre analitza R gfortran libqalculate];

  nativeBuildInputs = [ pkgconfig ];

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