me
/
guix
Archived
1
0
Fork 0

gnu: gnuradio-osmosdr: Add volk to inputs.

* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
master
Guillaume Le Vaillant 2020-04-15 10:07:52 +02:00
parent 8e1e86b0e2
commit b39262021d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 1 deletions

View File

@ -393,7 +393,8 @@ environment.")
("gnuradio" ,gnuradio)
("log4cpp" ,log4cpp)
;; TODO: Add more drivers.
("rtl-sdr" ,rtl-sdr)))
("rtl-sdr" ,rtl-sdr)
("volk" ,volk)))
(synopsis "GNU Radio block for interfacing with various radio hardware")
(description "This is a block for GNU Radio allowing to use a common API
to access different radio hardware.")