summary refs log tree commit diff
path: root/nixos/doc/manual/from_md
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2021-07-03 18:18:51 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-07-03 19:41:20 +0200
commitede1785d110103d43a75c19db7573ad5808bd3b3 (patch)
tree470ebcefcf9b91498f3c680d4e0576793d4d8ba9 /nixos/doc/manual/from_md
parented9db4a7f8b69fea1643a964919fca3b6f9d40fc (diff)
downloadnixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar.gz
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar.bz2
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar.lz
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar.xz
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.tar.zst
nixpkgs-ede1785d110103d43a75c19db7573ad5808bd3b3.zip
doc: point out that nixos-21.05 has gnuradio 3.9
Logically re-apply 64c70a8c4c ("doc: point out that nixos-21.05 has gnuradio
3.9"), because it was lost in the conversion from docbook to markdown, in
commit 32c2dd304d ("docs: nixos release notes to CommonMark (2105)").

(Apparently we have both .md and .xml release notes now, and CI fails
unless they have the same content (after .md processing), so update the
.xml file to match...)
Diffstat (limited to 'nixos/doc/manual/from_md')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2105.section.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2105.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2105.section.xml
index db17b4530ab..f4155d6f8ce 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2105.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2105.section.xml
@@ -101,16 +101,18 @@
       <listitem>
         <para>
           <link xlink:href="https://www.gnuradio.org/">GNURadio</link>
-          3.8 was
+          3.8 and 3.9 were
           <link xlink:href="https://github.com/NixOS/nixpkgs/issues/82263">finally</link>
           packaged, along with a rewrite to the Nix expressions,
           allowing users to override the features upstream supports
           selecting to compile or not to. Additionally, the attribute
-          <literal>gnuradio</literal> and <literal>gnuradio3_7</literal>
-          now point to an externally wrapped by default derivations,
-          that allow you to also add `extraPythonPackages` to the Python
-          interpreter used by GNURadio. Missing environmental variables
-          needed for operational GUI were also added
+          <literal>gnuradio</literal> (3.9),
+          <literal>gnuradio3_8</literal> and
+          <literal>gnuradio3_7</literal> now point to an externally
+          wrapped by default derivations, that allow you to also add
+          `extraPythonPackages` to the Python interpreter used by
+          GNURadio. Missing environmental variables needed for
+          operational GUI were also added
           (<link xlink:href="https://github.com/NixOS/nixpkgs/issues/75478">#75478</link>).
         </para>
       </listitem>