summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@inria.fr>2022-09-04 14:27:29 +0200
committerThéo Zimmermann <theo.zimmermann@inria.fr>2022-09-04 14:27:29 +0200
commiteb7d9127e08ec004d776e0536d478fc5bf499eb7 (patch)
tree5e4956055b8db468d312d4b6a723c8ec0708128f /nixos/doc/manual
parente5b52ee3e27886d6997da79d09f1b7aff3cd54cf (diff)
downloadnixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar.gz
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar.bz2
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar.lz
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar.xz
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.tar.zst
nixpkgs-eb7d9127e08ec004d776e0536d478fc5bf499eb7.zip
coq: document CoqIDE split
Changelog for #180385.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml11
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md6
2 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 252f727b7fc..d09920592d7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -389,6 +389,17 @@
       </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
           this version for the entire lifecycle of the 22.11 release.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 2e7b734b348..bd10c402fdf 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -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.