[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: emacs: Build with imagemagick support.
From: |
Arun Isaac |
Subject: |
01/01: gnu: emacs: Build with imagemagick support. |
Date: |
Mon, 10 Jul 2017 05:49:11 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit eb737a271a14fb436d46c2968b5d0069032985fd
Author: Alex Vong <address@hidden>
Date: Mon Jul 10 11:54:22 2017 +0800
gnu: emacs: Build with imagemagick support.
* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick.
Signed-off-by: Arun Isaac <address@hidden>
---
gnu/packages/emacs.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a8bc58b..be71f14 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -171,6 +171,7 @@
("libtiff" ,libtiff)
("giflib" ,giflib)
("libjpeg" ,libjpeg-8)
+ ("imagemagick" ,imagemagick)
("acl" ,acl)
;; When looking for libpng `configure' links with `-lpng -lz', so we