Archived
1
0
Fork 0

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 @@ environment.")
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("rtl-sdr" ,rtl-sdr) ("rtl-sdr" ,rtl-sdr)
("soapysdr" ,soapysdr)
("volk" ,volk))) ("volk" ,volk)))
(arguments (arguments
`(#:modules ((guix build cmake-build-system) `(#:modules ((guix build cmake-build-system)