Loading pkgs/development/interpreters/rakudo/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ nqp, perl, stdenv, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -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"; Loading Loading
pkgs/development/interpreters/rakudo/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ nqp, perl, stdenv, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -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"; Loading