diff options
author | qblade <qblade@protonmail.com> | 2021-03-26 00:28:43 +0000 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-07-26 18:58:52 +0800 |
commit | 151c54609b74f27f6954768d72fdb67525b1f784 (patch) | |
tree | a4768861a64af2024c899e6046d2fd05bc98ca64 /gnu | |
parent | 3e5eff8c30f80d38c90c65d915bbd7359aca51a7 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 0830bd5b26..6f9633985e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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) |