about summary refs log tree commit diff
path: root/pkgs/applications/version-management/mercurial/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-27 19:51:30 -0400
committerShea Levy <shea@shealevy.com>2012-07-28 20:25:41 -0400
commitc3c68b6510dd1e6b3713be5746e36f3212422ae6 (patch)
tree04890446532d9513778dd6038a993e7fc4385485 /pkgs/applications/version-management/mercurial/default.nix
parent184ea61eb685e1bf92be4de5e782c8c680433bd6 (diff)
downloadnixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar.gz
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar.bz2
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar.lz
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar.xz
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.tar.zst
nixlib-c3c68b6510dd1e6b3713be5746e36f3212422ae6.zip
Mercurial: Install hgweb.wsgi as well
Diffstat (limited to 'pkgs/applications/version-management/mercurial/default.nix')
-rw-r--r--pkgs/applications/version-management/mercurial/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index be806e49f5ca..486bebc2531c 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -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
     '';