mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #319393 from infinisil/zsh-abbr-man
zsh-abbr: Install man page
This commit is contained in:
commit
f467b066db
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
install -D zsh-abbr.zsh $out/share/zsh/${pname}/abbr.plugin.zsh
|
||||
# Needed so that `man` can find the manpage, since it looks via PATH
|
||||
mkdir -p $out/bin
|
||||
mv man $out/share/man
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user