Merge pull request #222694 from doronbehar/pkg/gopass

gopass-jsonapi: Don't wrap with gopass
This commit is contained in:
Doron Behar
2023-03-26 03:06:58 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -53,6 +53,9 @@ buildGoModule rec {
--prefix PATH : "${wrapperPath}" \
--set GOPASS_NO_REMINDER true
'';
passthru = {
inherit wrapperPath;
};
meta = with lib; {
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go";
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule rec {
postFixup = ''
wrapProgram $out/bin/gopass-jsonapi \
--prefix PATH : "${lib.makeBinPath [ gopass ]}"
--prefix PATH : "${gopass.wrapperPath}"
'';
meta = with lib; {