gnu: gnuradio-osmosdr: Add Airspy HF+ support.

* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add airspyhf.
This commit is contained in:
Guillaume Le Vaillant 2021-04-10 11:50:54 +02:00
parent 5b49626bc2
commit 1d568a4598
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -506,7 +506,8 @@ (define-public gnuradio-osmosdr
("python-mako" ,python-mako)
("python-six" ,python-six)))
(inputs
`(("boost" ,boost)
`(("airspyhf" ,airspyhf)
("boost" ,boost)
("fftwf" ,fftwf)
("gmp" ,gmp)
("gnuradio" ,gnuradio)