diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 15:33:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 15:33:32 +0200 |
commit | e66d5d6e29f09cd51ed6284e0f927c341f4b88c9 (patch) | |
tree | 1167bfb1bde008a9057814a99e1b837f7164e0b5 /gnu | |
parent | c0cce2055757c18619ef1826c54ed3d5b9ec7eb0 (diff) |
gnu: spandsp: Add comment.
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the
LIBJPEG-TURBO dependency comes via LIBTIFF.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index e7441d94e4..76e08528f4 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -162,7 +162,7 @@ ("fftw" ,fftw) ("libpcap" ,libpcap) ("libsndfile" ,libsndfile) - ("libjpeg" ,libjpeg-turbo) + ("libjpeg" ,libjpeg-turbo) ;XXX: should be propagated from libtiff ("libtiff" ,libtiff) ("netpbm" ,netpbm) ("sox" ,sox) |