mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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>
This commit is contained in:
parent
98e7674e88
commit
35ca7fae8e
@ -85,6 +85,10 @@ stdenv.mkDerivation {
|
||||
# gitweb.cgi, need to patch so that it's found
|
||||
sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
|
||||
$out/share/gitweb/gitweb.cgi
|
||||
|
||||
# Also put git-http-backend into $PATH, so that we can use smart
|
||||
# HTTP(s) transports for pushing
|
||||
ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend
|
||||
''
|
||||
|
||||
+ (if svnSupport then
|
||||
|
Loading…
Reference in New Issue
Block a user