Commit f8a5b639 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

phpPackages.psysh: fix `versionCheckHook` syntax

parent 7ec7f1da
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -48,11 +48,9 @@ php.buildComposerProject2 (finalAttrs: {
    vendorHash = "sha256-8l5bQ+VnLOtPUspMN1f+iXo7LldPTuYqyrAeW2aVoH8=";
  };

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgramArg = [ "--version" ];
  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    changelog = "https://github.com/bobthecow/psysh/releases/tag/v${finalAttrs.version}";