summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdeedu/cantor.nix
blob: 8b8bbc210c757916b671eb32799e4dcc83fa0d9b (plain) (blame)
1
2
3
4
5
6
7
8
{ kde, kdelibs, libspectre }:
kde {
  buildInputs = [ kdelibs libspectre ];

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