Unverified Commit 81c6b1cd authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

rakudo: use versionCheckHook

parent cbb45d0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";