···96 separateDebugInfo = true;
97 __structuredAttrs = true;
980099 enableParallelBuilding = true;
100 enableParallelInstalling = true;
101102 patches = [
103+ # This patch does two things: (1) use the right name for `docbook2texi',
104+ # and (2) make sure `gitman.info' isn't produced since it's broken
105+ # (duplicate node names).
106 ./docbook2texi.patch
107+ # Fix references to gettext.sh at runtime: hard-code it to
108+ # ${pkgs.gettext}/bin/gettext.sh instead of assuming gettext.sh is in $PATH
109 ./git-sh-i18n.patch
110+ # Do not search for sendmail in /usr, only in $PATH
111 ./git-send-email-honor-PATH.patch
0112 ]
113 ++ lib.optionals withSsh [
114+ # Hard-code the ssh executable to ${pkgs.openssh}/bin/ssh instead of
115+ # searching in $PATH
116 ./ssh-path.patch
117 ];
118···481 disable_test t1301-shared-repo
482 # /build/git-2.44.0/contrib/completion/git-completion.bash: line 452: compgen: command not found
483 disable_test t9902-completion
000484 ''
485 + lib.optionalString (!sendEmailSupport) ''
486 # Disable sendmail tests