Merge pull request #222694 from doronbehar/pkg/gopass
gopass-jsonapi: Don't wrap with gopass
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule rec {
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/gopass-jsonapi \
|
||||
--prefix PATH : "${lib.makeBinPath [ gopass ]}"
|
||||
--prefix PATH : "${gopass.wrapperPath}"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user