Removes the ruby18 dependency to klinkstatus

This commit is contained in:
zimbatm 2013-12-03 11:41:49 +00:00
parent b7aaa7ab78
commit 06c780077f

View File

@ -1,8 +1,8 @@
{ kde, kdelibs, libxml2, libxslt, kdepimlibs, htmlTidy, boost, ruby18 }:
{ kde, kdelibs, libxml2, libxslt, kdepimlibs, htmlTidy, boost }:
kde {
buildInputs = [ kdelibs kdepimlibs ruby18 htmlTidy boost ];
buildInputs = [ kdelibs kdepimlibs htmlTidy boost ];
meta = {
description = "A KDE link checker";