unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35516] [PATCH 1/1] gnu: emacs: Add lcms to inputs.
@ 2019-04-30 22:26 wednesday
  0 siblings, 0 replies; only message in thread
From: wednesday @ 2019-04-30 22:26 UTC (permalink / raw)
  To: 35516; +Cc: wednesday

* gnu/packages/emacs.scm (emacs)[inputs]: Add lcms for some color functions.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..ce791ca3ab 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -48,6 +48,7 @@
   #:use-module (gnu packages fribidi)
   #:use-module (gnu packages gd)
   #:use-module (gnu packages gettext)
+  #:use-module (gnu packages ghostscript) ; for lcms
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome) ; for librsvg
   #:use-module (gnu packages gtk)
@@ -146,6 +147,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("lcms" ,lcms)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 22:26 [bug#35516] [PATCH 1/1] gnu: emacs: Add lcms to inputs wednesday

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).