1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/desktops/kde-4.10/kdewebdev/klinkstatus.nix
2013-05-07 17:23:46 +03:00

13 lines
297 B
Nix

{ kde, kdelibs, libxml2, libxslt, kdepimlibs, htmlTidy, boost }:
kde {
#todo: ruby is not found. needed for some example scripts
buildInputs =
[ kdelibs kdepimlibs htmlTidy boost ];
meta = {
description = "A KDE link checker";
homepage = http://klinkstatus.kdewebdev.org;
};
}