coc-{diagnostic,spell-checker}: Remove update script
Need to be bumped manually, but also haven't gotten updates in years, so not worried about these.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
yarnBuildHook,
|
||||
nodejs,
|
||||
npmHooks,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "coc-diagnostic";
|
||||
@@ -38,8 +37,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
unlink $out/lib/node_modules/coc-diagnostic/node_modules/.bin/node-which
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Diagnostic-languageserver extension for coc.nvim";
|
||||
homepage = "https://github.com/iamcco/coc-diagnostic";
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
yarnBuildHook,
|
||||
yarnInstallHook,
|
||||
nodejs,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "coc-spell-checker";
|
||||
@@ -35,8 +34,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
|
||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Basic spell checker that works well with camelCase code for (Neo)vim";
|
||||
homepage = "https://github.com/iamcco/coc-spell-checker";
|
||||
|
||||
Reference in New Issue
Block a user