Commit 09ecd173 authored by Doron Behar's avatar Doron Behar
Browse files

gnuradio3_8: don't use confusing `with python.pkgs;` (in 1 place)

parent 5a044fb3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,11 +103,11 @@ let
      runtime = [
        thrift
      ];
      pythonRuntime = with python.pkgs; [
      pythonRuntime = [
        python.pkgs.thrift
        # For gr-perf-monitorx
        matplotlib
        networkx
        python.pkgs.matplotlib
        python.pkgs.networkx
      ];
    };
    gnuradio-companion = {