summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2021-06-20 19:44:23 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-06-21 09:33:22 +0200
commit64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3 (patch)
tree42777817e2a624aff25498254266ef227d02eb4c /nixos
parent7c2d15627a3012c5e5af1d1664a53599687cf1d1 (diff)
downloadnixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar.gz
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar.bz2
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar.lz
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar.xz
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.tar.zst
nixpkgs-64c70a8c4c99aca38ad9aed3aacb769e9ac2a4c3.zip
doc: point out that nixos-21.05 has gnuradio 3.9
Reading the release notes I got the impression that the latest (and
default) was GR3.8, but it is in fact 3.9. Make that more obvioius.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2105.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml
index a93fdd67fe9..4ecdd23d2de 100644
--- a/nixos/doc/manual/release-notes/rl-2105.xml
+++ b/nixos/doc/manual/release-notes/rl-2105.xml
@@ -113,11 +113,11 @@
   <itemizedlist>
    <listitem>
     <para>
-     <link xlink:href="https://www.gnuradio.org/">GNURadio</link> 3.8 was
+     <link xlink:href="https://www.gnuradio.org/">GNURadio</link> 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 <code>gnuradio</code> and <code>gnuradio3_7</code>
+     Additionally, the attribute <code>gnuradio</code> (3.9), <code>gnuradio3_8</code> and <code>gnuradio3_7</code>
      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