gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
This commit is contained in:
parent
8e1e86b0e2
commit
b39262021d
@ -393,7 +393,8 @@ environment.")
|
|||||||
("gnuradio" ,gnuradio)
|
("gnuradio" ,gnuradio)
|
||||||
("log4cpp" ,log4cpp)
|
("log4cpp" ,log4cpp)
|
||||||
;; TODO: Add more drivers.
|
;; TODO: Add more drivers.
|
||||||
("rtl-sdr" ,rtl-sdr)))
|
("rtl-sdr" ,rtl-sdr)
|
||||||
|
("volk" ,volk)))
|
||||||
(synopsis "GNU Radio block for interfacing with various radio hardware")
|
(synopsis "GNU Radio block for interfacing with various radio hardware")
|
||||||
(description "This is a block for GNU Radio allowing to use a common API
|
(description "This is a block for GNU Radio allowing to use a common API
|
||||||
to access different radio hardware.")
|
to access different radio hardware.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user