summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules/rds
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/rds
parent6e552641b70c5209ce2cad2ceda0ee787c811b65 (diff)
downloadnixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar.gz
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar.bz2
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar.lz
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar.xz
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.tar.zst
nixpkgs-58025e85871f2509cb21fe06c326657f81227e84.zip
gnuradio: Reenable thrift support
Apparently, this requires thrift to be added to all other reverse
dependencies.
Diffstat (limited to 'pkgs/development/gnuradio-modules/rds')
-rw-r--r--pkgs/development/gnuradio-modules/rds/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/gnuradio-modules/rds/default.nix b/pkgs/development/gnuradio-modules/rds/default.nix
index c068d6af810..6e651cdd7e0 100644
--- a/pkgs/development/gnuradio-modules/rds/default.nix
+++ b/pkgs/development/gnuradio-modules/rds/default.nix
@@ -8,6 +8,7 @@
 , python
 , log4cpp
 , mpir
+, thrift
 , boost
 , gmp
 , icu
@@ -40,6 +41,9 @@ in mkDerivation {
     boost
     gmp
     icu
+  ] ++ lib.optionals (gnuradio.hasFeature "gr-ctrlport") [
+    thrift
+    python.pkgs.thrift
   ];
 
   nativeBuildInputs = [