mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Removes the ruby18 dependency to klinkstatus
This commit is contained in:
parent
b7aaa7ab78
commit
06c780077f
@ -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