mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
Mercurial: Install hgweb.wsgi as well
This commit is contained in:
parent
184ea61eb6
commit
c3c68b6510
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
|
||||
# copy hgweb.cgi to allow use in apache
|
||||
mkdir -p $out/share/cgi-bin
|
||||
cp -v hgweb.cgi $out/share/cgi-bin
|
||||
cp -v hgweb.cgi contrib/hgweb.wsgi $out/share/cgi-bin
|
||||
chmod u+x $out/share/cgi-bin/hgweb.cgi
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user