me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add airspyhf.
master
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
1 changed files with 2 additions and 1 deletions

View File

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