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

This commit is contained in:
Doron Behar
2024-07-24 18:49:48 +03:00
parent 09ecd173ec
commit 5b48a7c09a
+3 -3
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";
};