Unverified Commit d90f4dcd authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 429b6e4b 037dffe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ buildDotnetModule rec {
    lib.optional withLibsecretSupport libsecret;
  makeWrapperArgs = [
    "--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}"
    "--inherit-argv0"
  ];

  passthru = {