2014-12-06 15:23:30 +00:00
|
|
|
{ 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
|
|
|
|
|
2015-11-29 08:33:50 +00:00
|
|
|
postPatch = ''
|
|
|
|
substituteInPlace klinkstatus/src/tidy/tidyx.h \
|
|
|
|
--replace buffio.h tidybuffio.h
|
|
|
|
'';
|
|
|
|
|
2014-12-06 15:23:30 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
}
|