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

This commit is contained in:
Doron Behar
2024-07-24 18:48:48 +03:00
parent 5a044fb36a
commit 09ecd173ec
+3 -3
View File
@@ -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 = {