mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
git-annex: enable shell completions for zsh and fish
The latest optparse-applicative version can do that.
This commit is contained in:
parent
5148757e8c
commit
bc20886345
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user