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

kde {
  buildInputs = [ kdelibs ];

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