git-credential-manager: inherit argv0 (#347497)

This commit is contained in:
Pol Dellaiera 2024-10-09 20:49:44 +02:00 committed by GitHub
commit d90f4dcde8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ buildDotnetModule rec {
lib.optional withLibsecretSupport libsecret;
makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}"
"--inherit-argv0"
];
passthru = {