soapysdr: Move from misc to radio
This commit is contained in:
parent
3bfd4c43bc
commit
735a9ae56e
@ -12560,11 +12560,11 @@ in
|
|||||||
|
|
||||||
soapyhackrf = callPackage ../applications/radio/soapyhackrf { };
|
soapyhackrf = callPackage ../applications/radio/soapyhackrf { };
|
||||||
|
|
||||||
soapysdr = callPackage ../applications/misc/soapysdr { inherit (python3Packages) python numpy; };
|
soapysdr = callPackage ../applications/radio/soapysdr { inherit (python3Packages) python numpy; };
|
||||||
|
|
||||||
soapyremote = callPackage ../applications/radio/soapyremote { };
|
soapyremote = callPackage ../applications/radio/soapyremote { };
|
||||||
|
|
||||||
soapysdr-with-plugins = callPackage ../applications/misc/soapysdr {
|
soapysdr-with-plugins = callPackage ../applications/radio/soapysdr {
|
||||||
inherit (python3Packages) python numpy;
|
inherit (python3Packages) python numpy;
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
limesuite
|
limesuite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user