Merge pull request #189721 from Zimmi48/changelog-for-coqide-split
coq: document CoqIDE split
This commit is contained in:
commit
0daa4b200c
2 changed files with 17 additions and 0 deletions
|
@ -387,6 +387,17 @@
|
||||||
instead.
|
instead.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The <literal>coq</literal> package and versioned variants
|
||||||
|
starting at <literal>coq_8_14</literal> no longer include
|
||||||
|
CoqIDE, which is now available through
|
||||||
|
<literal>coqPackages.coqide</literal>. It is still possible to
|
||||||
|
get CoqIDE as part of the <literal>coq</literal> package by
|
||||||
|
overriding the <literal>buildIde</literal> argument of the
|
||||||
|
derivation.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
PHP 7.4 is no longer supported due to upstream not supporting
|
PHP 7.4 is no longer supported due to upstream not supporting
|
||||||
|
|
|
@ -134,6 +134,12 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
|
||||||
- `services.hbase` has been renamed to `services.hbase-standalone`.
|
- `services.hbase` has been renamed to `services.hbase-standalone`.
|
||||||
For production HBase clusters, use `services.hadoop.hbase` instead.
|
For production HBase clusters, use `services.hadoop.hbase` instead.
|
||||||
|
|
||||||
|
- The `coq` package and versioned variants starting at `coq_8_14` no
|
||||||
|
longer include CoqIDE, which is now available through
|
||||||
|
`coqPackages.coqide`. It is still possible to get CoqIDE as part of
|
||||||
|
the `coq` package by overriding the `buildIde` argument of the
|
||||||
|
derivation.
|
||||||
|
|
||||||
- PHP 7.4 is no longer supported due to upstream not supporting this
|
- PHP 7.4 is no longer supported due to upstream not supporting this
|
||||||
version for the entire lifecycle of the 22.11 release.
|
version for the entire lifecycle of the 22.11 release.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue