Loading pkgs/tools/security/gopass/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,9 +11,8 @@ wl-clipboard, passAlias ? false, apple-sdk_14, testers, nix-update-script, gopass, versionCheckHook, }: let Loading Loading @@ -76,13 +75,14 @@ buildGoModule (finalAttrs: { --prefix PATH : "${wrapperPath}" \ --set GOPASS_NO_REMINDER true ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru = { inherit wrapperPath; tests.version = testers.testVersion { package = gopass; }; updateScript = nix-update-script { }; }; Loading Loading
pkgs/tools/security/gopass/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,9 +11,8 @@ wl-clipboard, passAlias ? false, apple-sdk_14, testers, nix-update-script, gopass, versionCheckHook, }: let Loading Loading @@ -76,13 +75,14 @@ buildGoModule (finalAttrs: { --prefix PATH : "${wrapperPath}" \ --set GOPASS_NO_REMINDER true ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru = { inherit wrapperPath; tests.version = testers.testVersion { package = gopass; }; updateScript = nix-update-script { }; }; Loading