Unverified Commit 4236969a authored by Gabe Dunn's avatar Gabe Dunn
Browse files

zinit: add installation of doc files

parent 75edae02
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; {