soapysdr: Move from misc to radio

wip/yesman
Elis Hirwing 5 years ago
parent 3bfd4c43bc
commit 735a9ae56e
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 0
      pkgs/applications/radio/soapysdr/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -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

Loading…
Cancel
Save