summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-11-09 01:17:12 +0200
committerDoron Behar <doron.behar@gmail.com>2020-12-05 13:24:09 +0200
commit0f615e80a09b186c1086a8080f9580bd4f83218e (patch)
tree405b5c52ee7cb0f37f2dda439674bc22d50e3e0b
parentd3b3bf7eb8aee5cd08e3250f049a9eb7d6e212b0 (diff)
fixup! gnuradio: rewrite
-rw-r--r--pkgs/applications/radio/gnuradio/3.7.nix6
1 files 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"