gnuradio: 3.8 -> 3.9

Add some "3.9" attributes to srcs in gnuradio packages And update
packages using GR3.8 and that are incompatible yet with GR3.9 to use
GR3.8 explicitly.
This commit is contained in:
Doron Behar
2021-03-13 19:07:34 +02:00
parent 650ee258fd
commit fb024f50e5
10 changed files with 384 additions and 85 deletions
@@ -1,5 +1,5 @@
{ lib
, gnuradioMinimal
, gnuradio3_8Minimal
, fetchFromGitHub
, pkg-config
, cmake
@@ -8,7 +8,7 @@
, liquid-dsp
}:
gnuradioMinimal.pkgs.mkDerivation rec {
gnuradio3_8Minimal.pkgs.mkDerivation rec {
pname = "inspectrum";
version = "0.2.3";