Unverified Commit e1fcf5f6 authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

proton-pass-cli: fix versionCheckHook

parent 3758e719
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -37,11 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  nativeCheckInputs = [
  doInstallCheck = true;
  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgram = "${placeholder "out"}/bin/pass-cli";
  versionCheckProgramArg = "--version";

  passthru = {
    sources = {