gnuradio3_8: don't use confusing with python.pkgs; (in 1 place)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user