parent
e5b52ee3e2
commit
eb7d9127e0
2 changed files with 17 additions and 0 deletions
|
@ -387,6 +387,17 @@
|
|||
instead.
|
||||
</para>
|
||||
</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>
|
||||
<para>
|
||||
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`.
|
||||
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
|
||||
version for the entire lifecycle of the 22.11 release.
|
||||
|
||||
|
|
Loading…
Reference in a new issue