me
/
guix
Archived
1
0
Fork 0

gnu: liquid-dsp: Add support for more error correction codes.

* gnu/packages/radio.scm (liquid-dsp)[inputs]: Add libfec.
master
Guillaume Le Vaillant 2021-06-05 11:38:09 +02:00
parent ba9cbb6612
commit 573f777495
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ useful in modems implemented with @dfn{digital signal processing} (DSP).")
`(("autoconf" ,autoconf)))
(inputs
`(("fftw" ,fftw)
("fftwf" ,fftwf)))
("fftwf" ,fftwf)
("libfec" ,libfec)))
(home-page "https://liquidsdr.org")
(synopsis "Signal processing library for software-defined radios")
(description