mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: spandsp: Fix build failure.
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
This commit is contained in:
parent
a13b63453d
commit
3daf981942
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ (define-public spandsp
|
|||
("fftw" ,fftw)
|
||||
("libpcap" ,libpcap)
|
||||
("libsndfile" ,libsndfile)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libtiff" ,libtiff)
|
||||
("netpbm" ,netpbm)
|
||||
("sox" ,sox)
|
||||
|
|
Loading…
Reference in a new issue