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

This commit is contained in:
Doron Behar
2024-07-24 18:49:52 +03:00
parent 5b48a7c09a
commit 573be24298
+3 -3
View File
@@ -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";
};