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

kde {

# todo: ruby19 is not found by the build system. not linking against ruby18 due to it being too old

  buildInputs = [ kdelibs kdepimlibs htmlTidy boost boost.lib ];

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