Merge pull request #1322 from zimbatm/no-ruby18

WIP: Request to remove ruby 1.8 from the tree
This commit is contained in:
Domen Kožar 2014-03-07 13:41:05 +01:00
commit 3e2f390260

View File

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