gnu: gr-osmosdr: Add SoapySDR support.
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add soapysdr.
This commit is contained in:
parent
60cd50af43
commit
9caf7112ee
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue