mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #75406 from andersk/gitk-completion
git: Install bash-completion symlink for gitk
This commit is contained in:
commit
697b44b631
|
@ -230,6 +230,7 @@ stdenv.mkDerivation {
|
|||
-e "s|exec wish|exec '${tk}/bin/wish'|g" \
|
||||
"$out/$prog"
|
||||
done
|
||||
ln -s $out/share/git/contrib/completion/git-completion.bash $out/share/bash-completion/completions/gitk
|
||||
'' else ''
|
||||
# Don't wrap Tcl/Tk, replace them by notification scripts
|
||||
for prog in bin/gitk libexec/git-core/git-gui; do
|
||||
|
|
Loading…
Reference in a new issue