rakudo: use versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user