gnu: gr-osmosdr: Add SoapySDR support.

* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add soapysdr.
This commit is contained in:
Guillaume Le Vaillant 2021-06-06 00:14:21 +02:00
parent 60cd50af43
commit 9caf7112ee
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -653,6 +653,7 @@ (define-public gr-osmosdr
("python-numpy" ,python-numpy)
("python-pyqt" ,python-pyqt)
("rtl-sdr" ,rtl-sdr)
("soapysdr" ,soapysdr)
("volk" ,volk)))
(arguments
`(#:modules ((guix build cmake-build-system)