Commit 5b48a7c0 authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 09ecd173
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -102,11 +102,11 @@ let
        libunwind
        thrift
      ];
      pythonRuntime = with python.pkgs; [
      pythonRuntime = [
        python.pkgs.thrift
        # For gr-perf-monitorx
        matplotlib
        networkx
        python.pkgs.matplotlib
        python.pkgs.networkx
      ];
      cmakeEnableFlag = "GR_CTRLPORT";
    };