rakudo: use versionCheckHook

This commit is contained in:
Sizhe Zhao
2025-12-25 21:26:18 +08:00
parent cbb45d0bee
commit 81c6b1cd8e
@@ -4,6 +4,7 @@
nqp,
perl,
stdenv,
versionCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -25,6 +26,9 @@ stdenv.mkDerivation (finalAttrs: {
"--with-nqp=${lib.getExe nqp}"
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
description = "Raku implementation on top of Moar virtual machine";
homepage = "https://rakudo.org";