mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -393,7 +393,8 @@ (define-public gnuradio-osmosdr
|
||||||
("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…
Reference in a new issue