soapyremote: Move from misc to radio

This commit is contained in:
Elis Hirwing 2019-02-09 19:34:55 +01:00
parent 711275b57b
commit f986ff04d5
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
2 changed files with 1 additions and 1 deletions

View File

@ -12562,7 +12562,7 @@ in
soapysdr = callPackage ../applications/misc/soapysdr { inherit (python3Packages) python numpy; };
soapyremote = callPackage ../applications/misc/soapyremote { };
soapyremote = callPackage ../applications/radio/soapyremote { };
soapysdr-with-plugins = callPackage ../applications/misc/soapysdr {
inherit (python3Packages) python numpy;