From 0f615e80a09b186c1086a8080f9580bd4f83218e Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 9 Nov 2020 01:17:12 +0200 Subject: [PATCH] fixup! gnuradio: rewrite --- pkgs/applications/radio/gnuradio/3.7.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/radio/gnuradio/3.7.nix b/pkgs/applications/radio/gnuradio/3.7.nix index fdf0016de8c4..54fb0d7d66cd 100644 --- a/pkgs/applications/radio/gnuradio/3.7.nix +++ b/pkgs/applications/radio/gnuradio/3.7.nix @@ -33,10 +33,8 @@ , qt4 , qwt6_qt4 # Features available to override, the list of them is in featuresInfo. They -# are all turned on by default, besides wxgui which is recommended by upstream -# in favor of gr-qtgui, see: -# https://www.gnuradio.org/news/2019-08-10-gnu-radio-v3-8-0-0-release/ -, features ? { gr-wxgui = false; } +# are all turned on by default +, features ? {} # If one wishes to use a different src or name for a very custom build , overrideSrc ? {} , pname ? "gnuradio"