3
0
Fork 0
forked from mirrors/nixpkgs

soapyuhd: Move from misc to radio

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

View file

@ -12579,7 +12579,7 @@ in
soapyrtlsdr = callPackage ../applications/radio/soapyrtlsdr { };
soapyuhd = callPackage ../applications/misc/soapyuhd { };
soapyuhd = callPackage ../applications/radio/soapyuhd { };
socket_wrapper = callPackage ../development/libraries/socket_wrapper { };