me
/
guix
Archived
1
0
Fork 0

gnu: liquid-dsp: Remove unused input.

* gnu/packages/radio.scm (liquid-dsp)[inputs]: Remove fftw.
master
Guillaume Le Vaillant 2021-06-05 11:45:47 +02:00
parent 3a8d0eff9e
commit f9a7a365ed
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +138,7 @@ useful in modems implemented with @dfn{digital signal processing} (DSP).")
(native-inputs
`(("autoconf" ,autoconf)))
(inputs
`(("fftw" ,fftw)
("fftwf" ,fftwf)
`(("fftwf" ,fftwf)
("libfec" ,libfec)))
(arguments
`(#:phases