Commit 573be242 authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 5b48a7c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,11 +103,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";
    };