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

This commit is contained in:
Doron Behar 2024-07-24 16:59:49 +03:00
parent 09ecd173ec
commit 5b48a7c09a

View File

@ -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";
};