Merge pull request #14078 from peterhoeg/bash_collision

bash-completion: remove collision
This commit is contained in:
Peter Simons 2016-03-20 16:26:27 +01:00
commit f3a068f8d6
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
doCheck = true;
# nmcli is included in the network-manager package
postInstall = ''
rm $out/share/bash-completion/completions/nmcli
'';
meta = {
homepage = "http://bash-completion.alioth.debian.org/";
description = "Programmable completion for the bash shell";