textlint: enable versionCheckHook

This commit is contained in:
natsukium 2025-08-17 22:51:07 +09:00
parent 0c0ae3b1bb
commit efed231993
No known key found for this signature in database
GPG Key ID: CEAB012C83309CF0

View File

@ -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: