gnuradio3_9: fix evaluation by using python311

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