textlint: enable versionCheckHook
This commit is contained in:
parent
0c0ae3b1bb
commit
efed231993
@ -5,6 +5,7 @@
|
||||
makeWrapper,
|
||||
nodejs-slim,
|
||||
pnpm_9,
|
||||
versionCheckHook,
|
||||
runCommand,
|
||||
textlint,
|
||||
textlint-plugin-latex2e,
|
||||
@ -97,6 +98,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru = {
|
||||
withPackages =
|
||||
ps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user