soapysdr: Move from misc to radio

This commit is contained in:
Elis Hirwing 2019-02-09 19:36:46 +01:00
parent 3bfd4c43bc
commit 735a9ae56e
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F
2 changed files with 2 additions and 2 deletions

View file

@ -12560,11 +12560,11 @@ in
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 { };
soapysdr-with-plugins = callPackage ../applications/misc/soapysdr {
soapysdr-with-plugins = callPackage ../applications/radio/soapysdr {
inherit (python3Packages) python numpy;
extraPackages = [
limesuite