guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: spice: Use libjpeg-turbo instead of libjpeg.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: spice: Use libjpeg-turbo instead of libjpeg.
Date: Tue, 29 Nov 2016 18:15:52 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 9b81876f5f802c7be5182598be062ed41549011e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 26 19:12:08 2016 +0100

    gnu: spice: Use libjpeg-turbo instead of libjpeg.
    
    * gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested
    during the build.
---
 gnu/packages/spice.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index c0e8d24..805f47a 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -217,7 +217,7 @@ which allows users to view a desktop computing 
environment.")
     (inputs
       `(("cyrus-sasl" ,cyrus-sasl)
         ("glib" ,glib)
-        ("libjpeg" ,libjpeg)
+        ("libjpeg-turbo" ,libjpeg-turbo)
         ("lz4" ,lz4)
         ("opus" ,opus)
         ("zlib" ,zlib)))



reply via email to

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