Merge pull request #1322 from zimbatm/no-ruby18
WIP: Request to remove ruby 1.8 from the tree
This commit is contained in:
commit
3e2f390260
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user