mercurial: install bash completion
This commit is contained in:
parent
414d71c499
commit
84dfce0bc0
@ -51,6 +51,9 @@ stdenv.mkDerivation {
|
|||||||
mkdir -p $out/share/cgi-bin
|
mkdir -p $out/share/cgi-bin
|
||||||
cp -v hgweb.cgi contrib/hgweb.wsgi $out/share/cgi-bin
|
cp -v hgweb.cgi contrib/hgweb.wsgi $out/share/cgi-bin
|
||||||
chmod u+x $out/share/cgi-bin/hgweb.cgi
|
chmod u+x $out/share/cgi-bin/hgweb.cgi
|
||||||
|
|
||||||
|
# install bash completion
|
||||||
|
install -D -v contrib/bash_completion $out/share/bash-completion/completions/mercurial
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user