···85 # gitweb.cgi, need to patch so that it's found
86 sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
87 $out/share/gitweb/gitweb.cgi
000088 ''
8990 + (if svnSupport then
···85 # gitweb.cgi, need to patch so that it's found
86 sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
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
92 ''
9394 + (if svnSupport then