mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
subversion: install bash completion
This commit is contained in:
parent
b8e890539e
commit
46581c6918
@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
|
||||
make install
|
||||
cd -
|
||||
fi
|
||||
|
||||
mkdir -p $out/share/bash-completion/completions
|
||||
cp tools/client-side/bash_completion $out/share/bash-completion/completions/subversion
|
||||
'';
|
||||
|
||||
inherit perlBindings pythonBindings;
|
||||
|
Loading…
Reference in New Issue
Block a user