mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 {
|
kde {
|
||||||
|
|
||||||
buildInputs = [ kdelibs kdepimlibs ruby18 htmlTidy boost ];
|
buildInputs = [ kdelibs kdepimlibs htmlTidy boost ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A KDE link checker";
|
description = "A KDE link checker";
|
||||||
|
Loading…
Reference in New Issue
Block a user