guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: spandsp: Fix build failure.


From: guix-commits
Subject: branch core-updates updated: gnu: spandsp: Fix build failure.
Date: Fri, 10 Apr 2020 19:19:10 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 3daf981  gnu: spandsp: Fix build failure.
3daf981 is described below

commit 3daf981942122f0d9b301b0c5f33551ffaaa130e
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Sat Apr 11 01:18:03 2020 +0200

    gnu: spandsp: Fix build failure.
    
    * gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
---
 gnu/packages/telephony.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 5e43061..e7441d9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]