summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-22 00:14:05 +0000
committerGitHub <noreply@github.com>2023-01-22 00:14:05 +0000
commit4b19a2dca31b89fdc333cf4db8244c3dd496a172 (patch)
treeea4a87793ff4306f2e78078b639ac0fa51fc7fff /nixos/doc/manual/from_md/release-notes
parent4684c03fe1819101e279127e8f1d14be9cdafec7 (diff)
parenta9d9ac9827026bfac442b1021c73421e8be9bf8a (diff)
downloadnixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar.gz
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar.bz2
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar.lz
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar.xz
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.tar.zst
nixpkgs-4b19a2dca31b89fdc333cf4db8244c3dd496a172.zip
Merge master into haskell-updates
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 46df7232f8e..43e2482d8d4 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -85,6 +85,14 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://github.com/slurdge/goeland">goeland</link>,
+          an alternative to rss2email written in golang with many
+          filters. Available as
+          <link linkend="opt-services.goeland.enable">services.goeland</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://github.com/ellie/atuin">atuin</link>,
           a sync server for shell history. Available as
           <link linkend="opt-services.atuin.enable">services.atuin</link>.
@@ -140,6 +148,30 @@
       </listitem>
       <listitem>
         <para>
+          <literal>checkInputs</literal> have been renamed to
+          <literal>nativeCheckInputs</literal>, because they behave the
+          same as <literal>nativeBuildInputs</literal> when
+          <literal>doCheck</literal> is set.
+          <literal>checkInputs</literal> now denote a new type of
+          dependencies, added to <literal>buildInputs</literal> when
+          <literal>doCheck</literal> is set. As a rule of thumb,
+          <literal>nativeCheckInputs</literal> are tools on
+          <literal>$PATH</literal> used during the tests, and
+          <literal>checkInputs</literal> are libraries which are linked
+          to executables built as part of the tests. Similarly,
+          <literal>installCheckInputs</literal> are renamed to
+          <literal>nativeInstallCheckInputs</literal>, corresponding to
+          <literal>nativeBuildInputs</literal>, and
+          <literal>installCheckInputs</literal> are a new type of
+          dependencies added to <literal>buildInputs</literal> when
+          <literal>doInstallCheck</literal> is set. (Note that this
+          change will not cause breakage to derivations with
+          <literal>strictDeps</literal> unset, which are most packages
+          except python, rust and go packages).
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>borgbackup</literal> module now has an option for
           inhibiting system sleep while backups are running, defaulting
           to off (not inhibiting sleep), available as