me
/
guix
Archived
1
0
Fork 0

gnu: uim: Enable 'uim-fep' to support the use of uim in text terminal.

* gnu/packages/xorg.scm (uim)[inputs]: add ncurses.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
qblade 2021-03-26 00:28:43 +00:00 committed by 宋文武
parent 3e5eff8c30
commit 151c54609b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,7 @@
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -6472,7 +6473,8 @@ X11 servers, Windows, or macOS.")
`(("anthy" ,anthy)
("libedit" ,libedit)
("libxft" ,libxft)
("m17n-lib" ,m17n-lib)))
("m17n-lib" ,m17n-lib)
("ncurses" ,ncurses)))
(native-inputs
`(("emacs" ,emacs-minimal)
("intltool" ,intltool)