mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
zinit: add installation of doc files
This commit is contained in:
parent
75edae02dd
commit
4236969a5f
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user