summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kde-baseapps/kate.nix
blob: 1ffbcf9ebf989a749d2c33e26a4cd4a36a1792c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "Kate, the KDE Advanced Text Editor, as well as KWrite";
    license = "GPLv2";
  };
}