about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/webdev/klinkstatus.nix
blob: 2f55bc3a5be5d7cd7022fe0c6451fdd67eb00054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, kdepimlibs, boost, htmlTidy,
  ruby }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt kdepimlibs boost
    htmlTidy ruby ];

  meta = {
    description = "A KDE link checker";
    homepage = http://klinkstatus.kdewebdev.org;
    kde = {
      name = "klinkstatus";
      module = "kdewebdev";
      version = "0.7.0";
      release = "4.5.1";
    };
  };
}