mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
git-credential-manager: inherit argv0 (#347497)
This commit is contained in:
commit
d90f4dcde8
@ -34,6 +34,7 @@ buildDotnetModule rec {
|
|||||||
lib.optional withLibsecretSupport libsecret;
|
lib.optional withLibsecretSupport libsecret;
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}"
|
"--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}"
|
||||||
|
"--inherit-argv0"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Loading…
Reference in New Issue
Block a user