mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue