gnu: spandsp: Add comment.

* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the
LIBJPEG-TURBO dependency comes via LIBTIFF.
This commit is contained in:
Marius Bakke 2020-04-11 15:33:32 +02:00
parent c0cce20557
commit e66d5d6e29
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -162,7 +162,7 @@ (define-public spandsp
("fftw" ,fftw)
("libpcap" ,libpcap)
("libsndfile" ,libsndfile)
("libjpeg" ,libjpeg-turbo)
("libjpeg" ,libjpeg-turbo) ;XXX: should be propagated from libtiff
("libtiff" ,libtiff)
("netpbm" ,netpbm)
("sox" ,sox)