summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdesdk/lokalize.nix
blob: 1565426eb1fc25ef993258d166a863a47e3a7e47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kde, kdelibs, hunspell }:

kde {
  buildInputs = [ kdelibs hunspell ];

  meta = {
    description = "KDE 4 Computer-aided translation system";
    longDescription = ''
      Computer-aided translation system.
      Do not translate what had already been translated.
    '';
  };
}