guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] gnu: emacs: Build with m17n support.


From: Ludovic Courtès
Subject: Re: [PATCH 3/3] gnu: emacs: Build with m17n support.
Date: Thu, 29 Sep 2016 14:48:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Arun Isaac <address@hidden> skribis:

> * 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)))

The impact in terms of size seems to be quite small:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix size emacs|tail -1
total: 582.9 MiB
$ ./pre-inst-env guix size emacs libotf m17n-lib|tail -1
total: 595.2 MiB
--8<---------------cut here---------------end--------------->8---

So I went ahead and applied this patch.

How can one check whether it works?  Do users have to install m17n-db in
their profile?

Thanks!

Ludo’.



reply via email to

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