zinit: add installation of doc files (#278384)

This commit is contained in:
Aleksana 2024-09-08 16:35:45 +08:00 committed by GitHub
commit c424b1e823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,9 @@ stdenvNoCC.mkDerivation rec {
# find zmodules/ -type f -exec install -m 744 "{}" "$outdir/{}" \;
'';
postInstall = ''
installManPage doc/zinit.1
'';
#TODO:doc output
meta = with lib; {