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

kde {
  buildInputs = [ kdelibs libxml2 libxslt ];

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