git-annex: enable shell completions for zsh and fish

The latest optparse-applicative version can do that.
This commit is contained in:
Peter Simons 2017-06-21 13:22:36 +02:00
parent 5148757e8c
commit bc20886345

View File

@ -74,6 +74,7 @@ self: super: {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
optparse-applicative = self.optparse-applicative_0_14_0_0;
};
# https://github.com/froozen/kademlia/issues/2