From 44d041786b878ba6b37b86d3a86d01fdd66044fc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 20 Oct 2020 19:56:26 +0300 Subject: [PATCH] rl-2103: Mention gnuradio expressions changes. Mention 3.8 and that it's now possible to override it and 3.7 to compile only certain features. --- nixos/doc/manual/release-notes/rl-2103.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml index 96061e9ca597..87a99f9ac8e7 100644 --- a/nixos/doc/manual/release-notes/rl-2103.xml +++ b/nixos/doc/manual/release-notes/rl-2103.xml @@ -26,6 +26,19 @@ GNOME desktop environment was upgraded to 3.38, see its release notes. + + + GNURadio 3.8 was + finnally + 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 gnuradio and gnuradio3_7 + 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 + (#7547). + +