nixpkgs/pkgs/desktops/kde-4.14/kdewebdev/klinkstatus.nix

14 lines
339 B
Nix
Raw Normal View History

{ kde, kdelibs, libxml2, libxslt, kdepimlibs, html-tidy, boost }:
2014-09-20 11:09:11 +02:00
kde {
# todo: ruby19 is not found by the build system. not linking against ruby18 due to it being too old
buildInputs = [ kdelibs kdepimlibs html-tidy boost ];
2014-09-20 11:09:11 +02:00
meta = {
description = "A KDE link checker";
homepage = http://klinkstatus.kdewebdev.org;
};
}