nixpkgs: git - link git-http-backend into $PATH

This makes it easier for tools (like Phabricator) to find
git-http-backend to enable HTTP(S) transport support.

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+4
+4
pkgs/applications/version-management/git-and-tools/git/default.nix
··· 85 85 # gitweb.cgi, need to patch so that it's found 86 86 sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \ 87 87 $out/share/gitweb/gitweb.cgi 88 + 89 + # Also put git-http-backend into $PATH, so that we can use smart 90 + # HTTP(s) transports for pushing 91 + ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend 88 92 '' 89 93 90 94 + (if svnSupport then