guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: emacs: Build with address@hidden


From: Efraim Flashner
Subject: 01/10: gnu: emacs: Build with address@hidden
Date: Sun, 15 Jul 2018 16:11:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 71e304ed28990091d50a5517bca1a60925fa5548
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 15 21:33:49 2018 +0300

    gnu: emacs: Build with address@hidden
    
    * gnu/packages/emacs.scm (emacs)[inputs]: Replace address@hidden with
    libjpeg.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 11cd244..64064ec 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -199,7 +199,7 @@
        ("libxft" ,libxft)
        ("libtiff" ,libtiff)
        ("giflib" ,giflib)
-       ("libjpeg" ,libjpeg-8)
+       ("libjpeg" ,libjpeg)
        ("imagemagick" ,imagemagick)
        ("acl" ,acl)
 



reply via email to

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