summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kdewebdev/kommander.nix
blob: d5f4337f714db73a27b3b99de563c340c630c5e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "A graphical editor of scripted dialogs";
  };
}