1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
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 10:09:11 +01: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 10:09:11 +01:00
meta = {
description = "A KDE link checker";
homepage = http://klinkstatus.kdewebdev.org;
};
}