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

kde {
  buildInputs = [ kdelibs libxml2 libxslt ];

  meta = {
    description = "An HTML imagemap editor";
    homepage = http://www.nongnu.org/kimagemap/;
  };
}