From: Arun Isaac <arunisaac@systemreboot.net>
To: guix-devel@gnu.org
Subject: [PATCH 3/3] gnu: emacs: Build with m17n support.
Date: Tue, 27 Sep 2016 22:47:22 +0530 [thread overview]
Message-ID: <20160927171722.3166-4-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20160927171722.3166-1-arunisaac@systemreboot.net>
* gnu/packages/emacs.scm (emacs): Build with m17n support.
---
gnu/packages/emacs.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7d10492..d311bcf 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -160,7 +160,11 @@
("libsm" ,libsm)
("alsa-lib" ,alsa-lib)
("dbus" ,dbus)
- ("guix-src" ,(package-source guix))))
+ ("guix-src" ,(package-source guix))
+
+ ;; multilingualization support
+ ("libotf" ,libotf)
+ ("m17n-lib" ,m17n-lib)))
(native-inputs
`(("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
--
2.10.0
next prev parent reply other threads:[~2016-09-27 17:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-25 7:22 emacs m17n support Arun Isaac
2016-09-27 17:17 ` Arun Isaac
2016-09-27 17:17 ` [PATCH 1/3] gnu: Add m17n-db Arun Isaac
2016-09-29 12:42 ` Ludovic Courtès
2016-09-27 17:17 ` [PATCH 2/3] gnu: Add m17n-lib Arun Isaac
2016-09-29 12:45 ` Ludovic Courtès
2016-09-27 17:17 ` Arun Isaac [this message]
2016-09-29 12:48 ` [PATCH 3/3] gnu: emacs: Build with m17n support Ludovic Courtès
2016-09-29 17:43 ` Arun Isaac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160927171722.3166-4-arunisaac@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).