mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: gqrx: Add volk to inputs.
* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
This commit is contained in:
parent
29cab668f6
commit
01e62a022d
1 changed files with 2 additions and 1 deletions
|
@ -516,7 +516,8 @@ (define-public gqrx
|
|||
("portaudio" ,portaudio)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)))
|
||||
("qtsvg" ,qtsvg)
|
||||
("volk" ,volk)))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No tests
|
||||
(synopsis "Software defined radio receiver")
|
||||
|
|
Loading…
Reference in a new issue