mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
10 lines
201 B
Nix
10 lines
201 B
Nix
{ kde, kdelibs, libxml2, libxslt }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs libxml2 libxslt ];
|
|
|
|
meta = {
|
|
description = "An HTML imagemap editor";
|
|
homepage = http://www.nongnu.org/kimagemap/;
|
|
};
|
|
}
|