soapyhackrf: Move from misc to radio

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

View File

@ -12558,7 +12558,7 @@ in
soapybladerf = callPackage ../applications/radio/soapybladerf { };
soapyhackrf = callPackage ../applications/misc/soapyhackrf { };
soapyhackrf = callPackage ../applications/radio/soapyhackrf { };
soapysdr = callPackage ../applications/misc/soapysdr { inherit (python3Packages) python numpy; };