subversion: install bash completion
This commit is contained in:
parent
b8e890539e
commit
46581c6918
@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
|
|||||||
make install
|
make install
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p $out/share/bash-completion/completions
|
||||||
|
cp tools/client-side/bash_completion $out/share/bash-completion/completions/subversion
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit perlBindings pythonBindings;
|
inherit perlBindings pythonBindings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user