6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-Kl98S1S4Ds9TF3H1YOjwds38da++/5rpgO/oAfKwRrc=";
20 install -D zsh-abbr.zsh $out/share/zsh/${pname}/abbr.plugin.zsh
21 # Needed so that `man` can find the manpage, since it looks via PATH
27 homepage = "https://github.com/olets/zsh-abbr";
28 description = "Zsh manager for auto-expanding abbreviations, inspired by fish shell";
29 license = with licenses; [cc-by-nc-nd-40 hl3];
30 maintainers = with maintainers; [icy-thought];
31 platforms = platforms.all;