doc: apply make format
This commit is contained in:
parent
7f80fb2db4
commit
764d165f43
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Some extensions (plugins) might require OCaml and sometimes other OCaml
|
Some extensions (plugins) might require OCaml and sometimes other OCaml
|
||||||
packages. The <literal>coq.ocamlPackages</literal> attribute can be used
|
packages. The <literal>coq.ocamlPackages</literal> attribute can be used to
|
||||||
to depend on the same package set Coq was built against.
|
depend on the same package set Coq was built against.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -2099,13 +2099,13 @@ someVar=$(stripHash $name)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In order to alleviate this burden, the <firstterm>setup
|
In order to alleviate this burden, the <firstterm>setup hook</firstterm>
|
||||||
hook</firstterm> mechanism was written, where any package can include a
|
mechanism was written, where any package can include a shell script that [by
|
||||||
shell script that [by convention rather than enforcement by Nix], any
|
convention rather than enforcement by Nix], any downstream
|
||||||
downstream reverse-dependency will source as part of its build process. That
|
reverse-dependency will source as part of its build process. That allows the
|
||||||
allows the downstream dependency to merely specify its dependencies, and
|
downstream dependency to merely specify its dependencies, and lets those
|
||||||
lets those dependencies effectively initialize themselves. No boilerplate
|
dependencies effectively initialize themselves. No boilerplate mirroring the
|
||||||
mirroring the list of dependencies is needed.
|
list of dependencies is needed.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user