gnuradio: use default python3
This commit is contained in:
@@ -12183,7 +12183,7 @@ with pkgs;
|
||||
|
||||
gnuradio = callPackage ../applications/radio/gnuradio/wrapper.nix {
|
||||
unwrapped = callPackage ../applications/radio/gnuradio {
|
||||
python = python311;
|
||||
python = python3;
|
||||
};
|
||||
};
|
||||
gnuradioPackages = lib.recurseIntoAttrs gnuradio.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user