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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user