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

  meta = {
    description = "Library part of KAlgebra";
  };
}