From 09ecd173ec7e60275a8860da38f5e339ca823457 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 24 Jul 2024 16:59:42 +0300 Subject: [PATCH] gnuradio3_8: don't use confusing `with python.pkgs;` (in 1 place) --- pkgs/applications/radio/gnuradio/3.8.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/radio/gnuradio/3.8.nix b/pkgs/applications/radio/gnuradio/3.8.nix index 37533bb05d34..b8123d112003 100644 --- a/pkgs/applications/radio/gnuradio/3.8.nix +++ b/pkgs/applications/radio/gnuradio/3.8.nix @@ -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 = {