mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
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>
This commit is contained in:
parent
3e5eff8c30
commit
151c54609b
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
||||||
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
|
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
|
||||||
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||||
|
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6472,7 +6473,8 @@ X11 servers, Windows, or macOS.")
|
||||||
`(("anthy" ,anthy)
|
`(("anthy" ,anthy)
|
||||||
("libedit" ,libedit)
|
("libedit" ,libedit)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("m17n-lib" ,m17n-lib)))
|
("m17n-lib" ,m17n-lib)
|
||||||
|
("ncurses" ,ncurses)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs" ,emacs-minimal)
|
`(("emacs" ,emacs-minimal)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
|
|
Loading…
Add table
Reference in a new issue