Commit 751c57bb authored by Doron Behar's avatar Doron Behar
Browse files

gnuradio: add uhd's python API to gnuradio's wrapper

parent c9739a9d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ let
  # may wish to wrap GR without python support.
  pythonPkgs = extraPythonPackages
    ++ [ (unwrapped.python.pkgs.toPythonModule unwrapped) ]
    ++ unwrapped.passthru.uhd.pythonPath
    ++ lib.optionals (unwrapped.passthru.uhd.pythonPath != []) [
      (unwrapped.python.pkgs.toPythonModule unwrapped.passthru.uhd)
    ]
    # Add the extraPackages as python modules as well
    ++ (builtins.map unwrapped.python.pkgs.toPythonModule extraPackages)
    ++ lib.flatten (lib.mapAttrsToList (