diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-11 01:18:03 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-11 01:18:32 +0200 |
commit | 3daf981942122f0d9b301b0c5f33551ffaaa130e (patch) | |
tree | 350bde436abc249bb39ca3c49485dc915953ebd7 /gnu/packages/telephony.scm | |
parent | a13b63453d315899d2f97a0a4bceae3ead0e99d1 (diff) |
gnu: spandsp: Fix build failure.
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 5e43061b3e..e7441d94e4 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -162,6 +162,7 @@ ("fftw" ,fftw) ("libpcap" ,libpcap) ("libsndfile" ,libsndfile) + ("libjpeg" ,libjpeg-turbo) ("libtiff" ,libtiff) ("netpbm" ,netpbm) ("sox" ,sox) |