me
/
guix
Archived
1
0
Fork 0

gnu: gqrx: Add volk to inputs.

* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
master
Guillaume Le Vaillant 2020-04-15 10:14:45 +02:00
parent 29cab668f6
commit 01e62a022d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 1 deletions

View File

@ -516,7 +516,8 @@ to the fix block above.
("portaudio" ,portaudio)
("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)))
("qtsvg" ,qtsvg)
("volk" ,volk)))
(arguments
`(#:tests? #f)) ; No tests
(synopsis "Software defined radio receiver")