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

kde {
  buildInputs =
    [ kdelibs libxml2 libxslt kdepimlibs boost htmlTidy ];

  meta = {
    description = "A KDE link checker";
    homepage = http://klinkstatus.kdewebdev.org;
  };
}