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,
|
yarnBuildHook,
|
||||||
nodejs,
|
nodejs,
|
||||||
npmHooks,
|
npmHooks,
|
||||||
nix-update-script,
|
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "coc-diagnostic";
|
pname = "coc-diagnostic";
|
||||||
@@ -38,8 +37,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
unlink $out/lib/node_modules/coc-diagnostic/node_modules/.bin/node-which
|
unlink $out/lib/node_modules/coc-diagnostic/node_modules/.bin/node-which
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Diagnostic-languageserver extension for coc.nvim";
|
description = "Diagnostic-languageserver extension for coc.nvim";
|
||||||
homepage = "https://github.com/iamcco/coc-diagnostic";
|
homepage = "https://github.com/iamcco/coc-diagnostic";
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
yarnBuildHook,
|
yarnBuildHook,
|
||||||
yarnInstallHook,
|
yarnInstallHook,
|
||||||
nodejs,
|
nodejs,
|
||||||
nix-update-script,
|
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "coc-spell-checker";
|
pname = "coc-spell-checker";
|
||||||
@@ -35,8 +34,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
NODE_OPTIONS = "--openssl-legacy-provider";
|
NODE_OPTIONS = "--openssl-legacy-provider";
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Basic spell checker that works well with camelCase code for (Neo)vim";
|
description = "Basic spell checker that works well with camelCase code for (Neo)vim";
|
||||||
homepage = "https://github.com/iamcco/coc-spell-checker";
|
homepage = "https://github.com/iamcco/coc-spell-checker";
|
||||||
|
|||||||
Reference in New Issue
Block a user