gnu: emacs: Build with m17n support.

* gnu/packages/emacs.scm (emacs): Build with m17n support.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Arun Isaac 2016-09-27 22:47:22 +05:30 committed by Ludovic Courtès
parent a80b60f484
commit 01c5c21a67
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,11 @@
("libsm" ,libsm) ("libsm" ,libsm)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("dbus" ,dbus) ("dbus" ,dbus)
("guix-src" ,(package-source guix)))) ("guix-src" ,(package-source guix))
;; multilingualization support
("libotf" ,libotf)
("m17n-lib" ,m17n-lib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("texinfo" ,texinfo))) ("texinfo" ,texinfo)))