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

kde {
  buildInputs = [ kdelibs libxml2 libxslt ];

  meta = {
    description = "Batch search and replace tool";
    homepage = http://www.kdewebdev.org;
  };
}