gnuradio: fix evaluation by using python311

This commit is contained in:
Doron Behar
2024-07-11 12:37:02 +03:00
parent d4858e911e
commit b8d36032d8
+1 -1
View File
@@ -30478,7 +30478,7 @@ with pkgs;
gnuradio = callPackage ../applications/radio/gnuradio/wrapper.nix {
unwrapped = callPackage ../applications/radio/gnuradio {
inherit (darwin.apple_sdk.frameworks) CoreAudio;
python = python3;
python = python311;
};
};
gnuradioPackages = lib.recurseIntoAttrs gnuradio.pkgs;