mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs: Build with m17n support.
* gnu/packages/emacs.scm (emacs): Build with m17n support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a80b60f484
commit
01c5c21a67
1 changed files with 5 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue