bash-completion: remove collision
nmcli is already provided by network-manager
This commit is contained in:
parent
e3aa3c6abb
commit
fa0c2c08a2
@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
# nmcli is included in the network-manager package
|
||||||
|
postInstall = ''
|
||||||
|
rm $out/share/bash-completion/completions/nmcli
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://bash-completion.alioth.debian.org/";
|
homepage = "http://bash-completion.alioth.debian.org/";
|
||||||
description = "Programmable completion for the bash shell";
|
description = "Programmable completion for the bash shell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user