mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 04:30:32 +02:00
gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user