summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules/osmosdr
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-10-21 15:45:55 +0300
committerDoron Behar <doron.behar@gmail.com>2021-10-23 23:46:45 +0300
commit58025e85871f2509cb21fe06c326657f81227e84 (patch)
tree60aec143570c2c7b9e4bb21139e6e11791e6ab1e /pkgs/development/gnuradio-modules/osmosdr
parent6e552641b70c5209ce2cad2ceda0ee787c811b65 (diff)
gnuradio: Reenable thrift support
Apparently, this requires thrift to be added to all other reverse
dependencies.
Diffstat (limited to 'pkgs/development/gnuradio-modules/osmosdr')
-rw-r--r--pkgs/development/gnuradio-modules/osmosdr/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/gnuradio-modules/osmosdr/default.nix b/pkgs/development/gnuradio-modules/osmosdr/default.nix
index de7cc8aa460b8..ebb34afee1019 100644
--- a/pkgs/development/gnuradio-modules/osmosdr/default.nix
+++ b/pkgs/development/gnuradio-modules/osmosdr/default.nix
@@ -8,6 +8,7 @@
 , mpir
 , boost
 , gmp
+, thrift
 , fftwFloat
 , python
 , swig
@@ -54,6 +55,9 @@ in mkDerivation {
     soapysdr-with-plugins
   ] ++ lib.optionals (gnuradio.hasFeature "gr-uhd") [
     uhd
+  ] ++ lib.optionals (gnuradio.hasFeature "gr-ctrlport") [
+    thrift
+    python.pkgs.thrift
   ];
   cmakeFlags = [
     (if (gnuradio.hasFeature "python-support") then