nixpkgs/pkgs/desktops/kde-4.12/kdewebdev/klinkstatus.nix
2014-02-13 04:26:42 +02:00

14 lines
337 B
Nix

{ 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 ];
meta = {
description = "A KDE link checker";
homepage = http://klinkstatus.kdewebdev.org;
};
}